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.codelanx.plotted.Range.java

/**
 * Represents the range at which a plot is located
 *
 * @since 0.0.1
 * @author 1Rogue
 * @version 0.0.1

From source file org.pentaho.pms.schema.concept.types.rowlevelsecurity.ConceptPropertyRowLevelSecurity.java

/**
 * @deprecated as of metadata 3.0.
 */
public class ConceptPropertyRowLevelSecurity extends ConceptPropertyBase implements Cloneable {

    private RowLevelSecurity value;

From source file com.android.idtt.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.intuit.wasabi.analyticsobjects.counts.DailyCounts.java

/**
 * DailyCounts Object in order to save the counts for an experiment <br>
 * Either for a specific date or the range form the start of the experiment to the given date
 * Fields:
 * <ul>
 * <li>Date</li>

From source file org.jumpmind.db.model.Reference.java

/**
 * Represents a reference between a column in the local table and a column in another table.
 * 
 * @version $Revision: 463305 $
 */
public class Reference implements Cloneable, Serializable {

From source file org.pentaho.di.trans.steps.userdefinedjavaclass.UserDefinedJavaClassDef.java

public class UserDefinedJavaClassDef implements Cloneable {
    public enum ClassType {
        NORMAL_CLASS, TRANSFORM_CLASS
    }

    private ClassType classType;

From source file cn.isif.util_plus.http.client.entity.BodyParamsEntity.java

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

From source file ConcurrentHashSet.java

/**
 * This class implements the <tt>Set</tt> interface, backed by a ConcurrentHashMap instance.
 * 
 * @author Matt Tucker
 * @param <E>
 */

From source file com.mousefeed.eclipse.preferences.ActionOnWrongInvocationMode.java

/**
 * Stores action-specific preferences for handling action invocation using
 * wrong mode.
 * Data stored in this class somewhat overlaps with {@link AbstractActionDesc}.
 *
 * @author Andriy Palamarchuk

From source file dz.alkhwarizmix.framework.java.dtos.extend.model.vo.AbstractAlKhwarizmixDomainObjectExtendable.java

/**
 * <p>
 * TODO: Javadoc
 * </p>
 *
 * @author ?  (Fares Belhaouas)