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.smartitengineering.event.hub.api.impl.ChannelImpl.java

/**
 *
 * @author imyousuf
 */
class ChannelImpl implements Channel, Cloneable {

From source file com.intuit.wasabi.experimentobjects.ExperimentPage.java

public class ExperimentPage implements Cloneable {

    @ApiModelProperty(value = "name of the page", dataType = "String", required = true)
    private Page.Name name;

    @ApiModelProperty(value = "flag to allow new assignments", required = true)

From source file padl.motif.repository.Visitor.java

/**
 * @author Yann-Gal Guhneuc
 */
public class Visitor extends StructuralMotifModel implements Cloneable, IDesignMotifModel {
    private static final char[] ACCEPT = "accept".toCharArray();
    private static final char[] ACCEPT_VISITOR = "acceptVisitor".toCharArray();

From source file org.dasein.cloud.utils.requester.entities.DaseinEntity.java

/**
* @author Vlad Munthiu
*/
public abstract class DaseinEntity<T> extends AbstractHttpEntity implements Cloneable {
    protected final byte[] content;
    protected final int length;

From source file org.rhq.enterprise.gui.legacy.taglib.display.EqualsDecorator.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" You can compare a property to the value and return a
 * Boolean, you can do <display:equalsdecorator value="10001" flagKey="resource.application.inventory.service.id"/> In
 * the properties file have these keys present: resource.application.inventory.service.id.true=ID is 10001
 * resource.application.inventory.service.id.false=ID is not 10001

From source file tools.datasync.db2db.net.SyncMessageType.java

public class SyncMessageType implements Serializable, Cloneable {

    // ------------------------------------------------
    public static final SyncMessageType BEGIN_SYNC = new SyncMessageType("BEGIN_SYNC");
    public static final SyncMessageType SYNC_OVER = new SyncMessageType("SYNC_OVER");

From source file org.carcv.core.model.CarData.java

/**
 * An abstraction of all data and information about the car.
 * <p>
 * Provides just basic getters and setters.
 */
@Embeddable

From source file org.tango.server.StateMachineBehavior.java

/**
 * State machine
 *
 * @see StateMachine
 * @author ABEILLE
 *

From source file CopyOnWriteMap.java

/**
 * A thread-safe version of {@link Map} in which all operations that change the
 * Map are implemented by making a new copy of the underlying Map.
 *
 * While the creation of a new Map can be expensive, this class is designed for
 * cases in which the primary function is to read data from the Map, not to

From source file dz.alkhwarizmix.framework.java.dtos.email.model.vo.EMailList.java

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