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.bst.tags.JavascriptHref.java

/**
 * Object representing an URI (the href parameter of an <a> tag). Provides methods to insert new parameters. It
 * doesn't support multiple parameter values
 * @author Fabrizio Giustina
 * @version $Revision: 1.6 $ ($Author: ruhi.agarwal $)
 */

From source file com.thinkbiganalytics.util.PartitionSpec.java

/**
 * Represents a partition specification for a target table
 */
public class PartitionSpec implements Cloneable {

    private static final Logger log = LoggerFactory.getLogger(PartitionSpec.class);

From source file org.opencustomer.webapp.util.menu.Menu.java

public final class Menu implements Cloneable {
    private final static Logger log = Logger.getLogger(Menu.class);

    private ArrayList<MenuItem> items = new ArrayList<MenuItem>();

    private MenuItem activeItem;

From source file org.onehippo.forge.document.commenting.cms.api.CommentItem.java

/**
 * Comment data holder object.
 */
public class CommentItem implements Serializable, Cloneable {

    private static final long serialVersionUID = 1L;

From source file org.projectforge.plugins.teamcal.integration.TemplateCalendarProperties.java

/**
 * Persist the settings of one calendar entry in the filter.
 * @author M. Lauterbach (m.lauterbach@micromata.de)
 * @author K. Reinhard (k.reinhard@micromata.de)
 * 
 */

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

public class BitVectorFeatureRep implements IFeatureRep, Cloneable {
    private Set<String> features;
    private BidiMap atoms;
    private int id;
    private BitVector bits;

From source file br.ufpe.soot.instrument.bitrep.BitFeatureRep.java

public class BitFeatureRep implements IFeatureRep, Cloneable {

    private final int id;

    private Set<String> features;

From source file wilos.model.spem2.iteration.Iteration.java

/**
 * Iteration is a special Activity, which prescribes pre-defined values for its instances for the attributes prefix ('Iteration') and isRepeatable ('True').
 * It has been included into the meta-model for convenience and to provide a special stereotype, because it represents a very commonly used Activity type.
 * Iteration groups a set of nested Activities that are repeated more than once. It represents an important structuring element to organize work in repetitive cycles
    
 * @author Soosuske

From source file it.unibas.spicy.model.expressions.Expression.java

public class Expression implements Cloneable {

    private static Log logger = LogFactory.getLog(Expression.class);
    private JEP jepExpression;

    public Expression(String expression) throws ExpressionSyntaxException {

From source file com.intuit.wasabi.analyticsobjects.statistics.ComparisonStatistics.java

/**
 * DTO that saves the comparison of a action or bucket
 *
 * Fields:
 * <ul>
 * <li>boolean indicating if sufficient data has been collected </li>