com.jstatcom.project
Class ProjectDataTypes
- java.lang.Object
-
- com.jstatcom.project.ProjectDataTypes
-
public final class ProjectDataTypes extends java.lang.ObjectThis enumeration contains all existingProjectDatatypes. If new data types are to be added, this class needs to be extended.
-
-
Field Summary
Fields Modifier and Type Field and Description java.lang.StringNAMEstatic ProjectDataTypesTS_DATAData type that is used to represent time series data.
-
Constructor Summary
Constructors Constructor and Description ProjectDataTypes(java.lang.String name, java.lang.String description)Creates a data type instance with a name.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.StringtoString()Gets string representation of this object.
-
-
-
Field Detail
-
NAME
public final java.lang.String NAME
-
TS_DATA
public static final ProjectDataTypes TS_DATA
Data type that is used to represent time series data.
-
-
Constructor Detail
-
ProjectDataTypes
public ProjectDataTypes(java.lang.String name, java.lang.String description)Creates a data type instance with a name. A type with a certain name can only be created once.- Parameters:
name- identifier of this project data typedescription- a description for this data type- Throws:
java.lang.IllegalStateException- if a type with the same name has already been created beforejava.lang.IllegalArgumentException-if (name == null)
-
-
DMelt 3.0 © DataMelt by jWork.ORG