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 org.apache.tajo.catalog.AlterTableDesc.java

public class AlterTableDesc implements ProtoObject<CatalogProtos.AlterTableDescProto>, GsonObject, Cloneable {
    private final Log LOG = LogFactory.getLog(AlterTableDesc.class);

    protected CatalogProtos.AlterTableDescProto.Builder builder = null;

    @Expose

From source file org.jboss.dashboard.workspace.PanelProviderParameter.java

/**
 * Definition for parameters supplied to panels
 */
public abstract class PanelProviderParameter implements Cloneable {

    public static int SCOPE_INSTANCE = 1;

From source file br.ufpe.cin.emergo.instrument.bitrep.BitFeatureRep.java

public class BitFeatureRep implements IFeatureRep, Cloneable {

    private final int id;

    private Set<String> features;

From source file com.connectsdk.service.config.ServiceDescription.java

public class ServiceDescription implements Cloneable {

    public static final String KEY_FILTER = "filter";
    public static final String KEY_IP_ADDRESS = "ipAddress";
    public static final String KEY_UUID = "uuid";
    public static final String KEY_FRIENDLY = "friendlyName";

From source file com.storageroomapp.client.field.GenericField.java

abstract public class GenericField<T extends GenericValue<?>> implements Cloneable {

    /*
     * MY FRIEND:
     * 
     * I was hoping you wouldn't have to come down in here, as the higher level

From source file edu.ku.brc.af.ui.forms.formatters.DataObjAggregator.java

/**
 * This class aggregates to several Data Objects into a single value by taking the output from the formatters and appending them
 * together with a separator character (or string).
 * 
 * @author rods
 *

From source file org.apache.tajo.catalog.partition.Specifier.java

public class Specifier implements ProtoObject<CatalogProtos.SpecifierProto>, Cloneable, GsonObject {

    private static final Log LOG = LogFactory.getLog(Specifier.class);
    protected CatalogProtos.SpecifierProto.Builder builder = null;

    @Expose

From source file com.softenido.cafedark.io.virtual.VirtualFile.java

/**
 *
 * @author franci
 */
public class VirtualFile implements /*Comparable<VirtualFile>,*/ Cloneable {
    private final VirtualFileSystem fs;

From source file it.polito.elite.dog.core.library.model.DeviceStatus.java

/**
 * This class stores information about the states of a device.
 * 
 * @author <a href="mailto:dario.bonino@polito.it">Dario Bonino</a>
 * @author Luca Semprini
 * @author <a href="mailto:luigi.derussis@polito.it">Luigi De Russis</a>

From source file com.assignmentone.util.persondb.Person.java

public class Person implements IdentifiableEntity, Cloneable {

    public static enum BloodType {
        A, B, O, AB;

        public static final OptionValueMap asOptionValueMap = OptionValueMap.build(BloodType.values(),