List of usage examples for java.lang Cloneable interface-usage
From source file org.jactr.core.production.condition.QueryCondition.java
/** * condition for checking the state of a buffer * * @author developer */ public class QueryCondition extends AbstractBufferCondition implements Cloneable {
From source file com.adaptris.core.MleMarker.java
/**
* <p>
* Records information about activities (generally {@link com.adaptris.core.Service} implementations) performed on a {@link com.adaptris.core.AdaptrisMessage} during a
* workflow.
* </p>
*
From source file gr.aueb.mipmapgui.view.configuration.EngineConfigurationPM.java
public class EngineConfigurationPM implements Cloneable { private static Log logger = LogFactory.getLog(EngineConfigurationPM.class); private final PropertyChangeSupport support = new PropertyChangeSupport(this); protected EngineConfiguration engineConfiguration; // SQL generation
From source file org.jboss.util.Counter.java
/**
* An integer counter class.
*
* @version <tt>$Revision: 2800 $</tt>
* @author <a href="mailto:jason@planet57.com">Jason Dillon</a>
*/
From source file com.cablelabs.fsm.AutoProvState.java
public class AutoProvState extends State implements Cloneable { private ProvisioningData pd = null; private String nextState = null;
From source file pl.edu.pwr.iiar.zak.thermalKit.ThermalDesign.ThermometerUnit.java
/**
* TODO Write module description
*
* @author Pawel Weber
* @version 0.1
* @see pl.edu.pwr.iiar.zak.thermalKit.ThermalDesign.ThermalUnit
From source file com.taobao.datasource.LocalTxDataSourceDO.java
public class LocalTxDataSourceDO implements Cloneable { private String jndiName; private String connectionURL;
From source file org.gbif.portal.dto.taxonomy.BriefTaxonConceptDTO.java
/**
* Defines a TaxonConcept in its most brief form. This object
* will be returned by Service Layer methods returning lists of concepts
*
* @author dmartin
*/
From source file LongList.java
/**
* A Array-List for integer objects. Ints can be added to the list and will be stored in an int-array.
* <p/>
* Using this list for storing ints is much faster than creating java.lang.Long objects and storing them in an
* ArrayList.
* <p/>
From source file org.fcrepo.camel.FcrepoConfiguration.java
/**
* An FcrepoConfiguration class.
*
* @author Aaron Coburn
* @since Jan 20, 2015
*/