public enum IfcTimeSeriesDataTypeEnum extends Enum<IfcTimeSeriesDataTypeEnum> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
CONTINUOUS
The 'CONTINUOUS' literal object.
|
DISCRETE
The 'DISCRETE' literal object.
|
DISCRETEBINARY
The 'DISCRETEBINARY' literal object.
|
NOTDEFINED
The 'NOTDEFINED' literal object.
|
NULL
The 'NULL' literal object.
|
PIECEWISEBINARY
The 'PIECEWISEBINARY' literal object.
|
PIECEWISECONSTANT
The 'PIECEWISECONSTANT' literal object.
|
PIECEWISECONTINUOUS
The 'PIECEWISECONTINUOUS' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONTINUOUS_VALUE
The 'CONTINUOUS' literal value.
|
static int |
DISCRETE_VALUE
The 'DISCRETE' literal value.
|
static int |
DISCRETEBINARY_VALUE
The 'DISCRETEBINARY' literal value.
|
static int |
NOTDEFINED_VALUE
The 'NOTDEFINED' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
PIECEWISEBINARY_VALUE
The 'PIECEWISEBINARY' literal value.
|
static int |
PIECEWISECONSTANT_VALUE
The 'PIECEWISECONSTANT' literal value.
|
static int |
PIECEWISECONTINUOUS_VALUE
The 'PIECEWISECONTINUOUS' literal value.
|
static List<IfcTimeSeriesDataTypeEnum> |
VALUES
A public read-only list of all the 'Ifc Time Series Data Type Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcTimeSeriesDataTypeEnum |
get(int value)
Returns the 'Ifc Time Series Data Type Enum' literal with the specified integer value.
|
static IfcTimeSeriesDataTypeEnum |
get(String literal)
Returns the 'Ifc Time Series Data Type Enum' literal with the specified literal value.
|
static IfcTimeSeriesDataTypeEnum |
getByName(String name)
Returns the 'Ifc Time Series Data Type Enum' literal with the specified name.
|
String |
getLiteral() |
String |
getName() |
int |
getValue() |
String |
toString()
Returns the literal value of the enumerator, which is its string representation.
|
static IfcTimeSeriesDataTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcTimeSeriesDataTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcTimeSeriesDataTypeEnum NULL
NULL_VALUEpublic static final IfcTimeSeriesDataTypeEnum DISCRETEBINARY
DISCRETEBINARY_VALUEpublic static final IfcTimeSeriesDataTypeEnum NOTDEFINED
NOTDEFINED_VALUEpublic static final IfcTimeSeriesDataTypeEnum PIECEWISECONSTANT
PIECEWISECONSTANT_VALUEpublic static final IfcTimeSeriesDataTypeEnum DISCRETE
DISCRETE_VALUEpublic static final IfcTimeSeriesDataTypeEnum PIECEWISEBINARY
PIECEWISEBINARY_VALUEpublic static final IfcTimeSeriesDataTypeEnum PIECEWISECONTINUOUS
PIECEWISECONTINUOUS_VALUEpublic static final IfcTimeSeriesDataTypeEnum CONTINUOUS
CONTINUOUS_VALUEpublic static final int NULL_VALUE
If the meaning of 'NULL' literal object isn't clear, there really should be more of a description here...
NULL,
Constant Field Valuespublic static final int DISCRETEBINARY_VALUE
If the meaning of 'DISCRETEBINARY' literal object isn't clear, there really should be more of a description here...
DISCRETEBINARY,
Constant Field Valuespublic static final int NOTDEFINED_VALUE
If the meaning of 'NOTDEFINED' literal object isn't clear, there really should be more of a description here...
NOTDEFINED,
Constant Field Valuespublic static final int PIECEWISECONSTANT_VALUE
If the meaning of 'PIECEWISECONSTANT' literal object isn't clear, there really should be more of a description here...
PIECEWISECONSTANT,
Constant Field Valuespublic static final int DISCRETE_VALUE
If the meaning of 'DISCRETE' literal object isn't clear, there really should be more of a description here...
DISCRETE,
Constant Field Valuespublic static final int PIECEWISEBINARY_VALUE
If the meaning of 'PIECEWISEBINARY' literal object isn't clear, there really should be more of a description here...
PIECEWISEBINARY,
Constant Field Valuespublic static final int PIECEWISECONTINUOUS_VALUE
If the meaning of 'PIECEWISECONTINUOUS' literal object isn't clear, there really should be more of a description here...
PIECEWISECONTINUOUS,
Constant Field Valuespublic static final int CONTINUOUS_VALUE
If the meaning of 'CONTINUOUS' literal object isn't clear, there really should be more of a description here...
CONTINUOUS,
Constant Field Valuespublic static final List<IfcTimeSeriesDataTypeEnum> VALUES
public static IfcTimeSeriesDataTypeEnum[] values()
for (IfcTimeSeriesDataTypeEnum c : IfcTimeSeriesDataTypeEnum.values()) System.out.println(c);
public static IfcTimeSeriesDataTypeEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static IfcTimeSeriesDataTypeEnum get(String literal)
literal - the literal.null.public static IfcTimeSeriesDataTypeEnum getByName(String name)
name - the name.null.public static IfcTimeSeriesDataTypeEnum get(int value)
value - the integer value.null.public int getValue()
getValue in interface org.eclipse.emf.common.util.Enumeratorpublic String getName()
getName in interface org.eclipse.emf.common.util.Enumeratorpublic String getLiteral()
getLiteral in interface org.eclipse.emf.common.util.Enumeratorpublic String toString()
toString in class Enum<IfcTimeSeriesDataTypeEnum>Copyright © 2018 OpenSource BIM. All rights reserved.