Example usage for java.lang Cloneable interface-usage

List of usage examples for java.lang Cloneable interface-usage

Introduction

In this page you can find the example usage for java.lang Cloneable interface-usage.

Usage

From source file com.youzu.android.framework.http.client.entity.BodyParamsEntity.java

/**
 * Author: wyouflf
 * Date: 13-7-26
 * Time: ?4:21
 */
public class BodyParamsEntity extends AbstractHttpEntity implements Cloneable {

From source file com.eyeq.pivot4j.ui.impl.TableAxisContext.java

public class TableAxisContext implements Cloneable {

    private PivotRenderer renderer;

    private Axis axis;

From source file org.pentaho.pms.schema.concept.types.aggregation.ConceptPropertyAggregation.java

/**
 * @deprecated as of metadata 3.0.
 */
public class ConceptPropertyAggregation extends ConceptPropertyBase implements Cloneable {
    public static final ConceptPropertyAggregation NONE = new ConceptPropertyAggregation("aggregation", //$NON-NLS-1$
            AggregationSettings.NONE);

From source file eu.debooy.sedes.form.Werelddeelnaam.java

/**
 * @author Marco de Booij
 */
public class Werelddeelnaam extends Formulier implements Cloneable, Comparable<Werelddeelnaam>, Serializable {
    private static final long serialVersionUID = 1L;

From source file ArrayIterator.java

/**
 * An array iterator.
 * 
 * @version <tt>$Revision: 2800 $</tt>
 * @author <a href="mailto:jason@planet57.com">Jason Dillon</a>
 */

From source file org.dvcama.lodview.conf.ConfigurationBean.java

public class ConfigurationBean implements ServletContextAware, Cloneable {

    protected Model confModel = null;
    protected ServletContext context;
    protected String confFile;
    private String endPointType;

From source file com.rapidminer.gui.plotter.charts.ParetoChartItemLabelGenerator.java

/**
 * This is the item label generator for the Pareto chart plotter.
 * 
 * @author Ingo Mierswa
 */
public class ParetoChartItemLabelGenerator extends AbstractCategoryItemLabelGenerator

From source file org.rhq.enterprise.gui.legacy.taglib.display.BooleanDecorator.java

/**
 * Lookup in the context messages for common boolean items for textual display or HTML tag building i.e. "Yes" - "No"
 * "On" - "Off" "/image/icon_on.gif" - "/image/icon_off.gif" If you have a property return a Boolean, you can do
 * <display:booleandecorator bean="${service}" flag="${service.entryPoint}" flagKey="
 * resource.application.inventory.service.isentrypoint"/> In the properties file have these keys present:
 * resource.application.inventory.service.ispresent.true=YES resource.application.inventory.service.ispresent.false=NO

From source file edu.umich.flowfence.client.Sealed.java

public final class Sealed<T> implements Cloneable {
    private IHandle handle;
    private IHandleDebug debug;

    public static <T> Sealed<T> empty() {
        return new Sealed<>();

From source file com.thruzero.common.core.support.EntityPath.java

/**
 * An instance of this class represents an "absolute" path to a single entity in a data store, where the ROOT data store path is considered the <b>ROOT</b> of
 * the EntityPath. The path MUST always begin with a forward slash and never end with one (regardless of file system). Examples of valid EntityPath's are:
 * 
 * <pre>
 * "/ex1.txt"