List of usage examples for java.lang Cloneable interface-usage
From source file gov.nih.nci.iso21090.QSet.java
/** * Represents iso data type QSET. * @author lpower * @param <T> */ @SuppressWarnings("PMD.AbstractNaming")
From source file gov.nih.nci.iso21090.Pqr.java
/**
* Physical Quantity Representation (PQR).
*
* An extension of the coded value datatype representing a physical quantity using a unit from
any code system. Used to show alternative representation for a physical quantity.
* @author Vijay Parmar
From source file gov.nih.nci.iso21090.Bl.java
/** * Represents the iso BL data type. * @author lpower */ public class Bl extends Any implements Cloneable {
From source file gov.nih.nci.iso21090.St.java
/** * Represents the iso ST data type. * A ST SHALL have at least one character or else be NULL. * @author Scott Miller */ public class St extends Any implements Cloneable {
From source file com.cseur.xlsService.Routing.java
/** * * @author jinliang.xue */ public class Routing implements Serializable, Cloneable {
From source file gov.nih.nci.iso21090.Real.java
/**
* Real numbers. The initial use case is to capture a java.lang.Float in the caDSR data model.
*
* @author mshestopalov
*
*/
From source file gov.nih.nci.iso21090.Int.java
/**
* Integer numbers (-1,0,1,2, 100, 3398129, etc.) are precise numbers that are results of
* counting and enumerating. Integer numbers are discrete, the set of integers is
* infinite but countable. No arbitrary limit is imposed on the range of integer
* numbers..
*
From source file com.cseur.createRoutingService.Routing.java
/** * * @author jinliang.xue */ public class Routing implements Serializable, Cloneable {
From source file io.cloudslang.engine.queue.entities.Payload.java
/** * User: * Date: 10/09/12 * Time: 09:39 */ public class Payload implements Cloneable, Serializable {
From source file gov.nih.nci.iso21090.Pq.java
/**
* Physical Quantity (PQ)
* A dimensioned quantity expressing the result of measuring.
* @author Naveen Amiruddin
*
*/