List of usage examples for java.lang Cloneable interface-usage
From source file org.pentaho.pms.schema.concept.types.url.ConceptPropertyURL.java
/** * @deprecated as of metadata 3.0. */ public class ConceptPropertyURL extends ConceptPropertyBase implements ConceptPropertyInterface, Cloneable { private URL value;
From source file org.topazproject.otm.query.GenericQueryImpl.java
/**
* This implements the generic part of the query processing, i.e. the parsing and transforms that
* are not specific to the target query language. The first method invoked must be {@link
* #prepareQuery prepareQuery()}, only after which {@link #getParameters getParameters()} and
* {@link #applyParameterValues applyParameterValues()} may be invoked.
*
From source file geniuswebsocket.NegotiationClient.java
/**
* A socket.io client that negotiates with humans.
*
* @author Erel Segal-Halevi
* @since 2013-02
*/
From source file org.displaytag.util.Href.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.26 $ ($Author: fgiust $)
*/
From source file org.petrinator.petrinet.TransitionNode.java
/** * @author Leandro Asson leoasson at gmail.com */ public abstract class TransitionNode extends Node implements Cloneable { //initial state private String behavior = "<F,I,(!none)>";
From source file org.opennms.tools.rrd.converter.RrdEntry.java
class RrdEntry implements Cloneable { private TreeMap<String, Double> m_entryMap; private long m_timestamp; private List<String> m_dsNames; RrdEntry(final long timestamp, final List<String> dsNames) {
From source file org.smurn.jply.Element.java
/** * Element of a PLY file. * <p>Each element has a number of values that describe its properties. The * type of an element describes which properties are present in an element.</p> */ public final class Element implements Cloneable {
From source file it.unibas.spicy.model.paths.PathExpression.java
public class PathExpression implements Comparable<PathExpression>, Cloneable { private static Log logger = LogFactory.getLog(PathExpression.class); private String stringval; protected List<String> pathSteps = new ArrayList<String>();
From source file org.geowebcache.filter.parameters.ParameterFilter.java
/** * A filter for a WMS parameter that ensure that it fits within a finite set of defined values. * */ @ParametersAreNonnullByDefault public abstract class ParameterFilter implements Serializable, Cloneable {
From source file com.nts.alphamale.data.Job.java
/***
* ? job
* Event ? Element, Leader Device
*
*/
@Data