public enum IfcStructuralSurfaceActivityTypeEnum extends Enum<IfcStructuralSurfaceActivityTypeEnum> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
BILINEAR
The 'BILINEAR' literal object.
|
CONST
The 'CONST' literal object.
|
DISCRETE
The 'DISCRETE' literal object.
|
ISOCONTOUR
The 'ISOCONTOUR' literal object.
|
NOTDEFINED
The 'NOTDEFINED' literal object.
|
NULL
The 'NULL' literal object.
|
USERDEFINED
The 'USERDEFINED' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
BILINEAR_VALUE
The 'BILINEAR' literal value.
|
static int |
CONST_VALUE
The 'CONST' literal value.
|
static int |
DISCRETE_VALUE
The 'DISCRETE' literal value.
|
static int |
ISOCONTOUR_VALUE
The 'ISOCONTOUR' literal value.
|
static int |
NOTDEFINED_VALUE
The 'NOTDEFINED' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
USERDEFINED_VALUE
The 'USERDEFINED' literal value.
|
static List<IfcStructuralSurfaceActivityTypeEnum> |
VALUES
A public read-only list of all the 'Ifc Structural Surface Activity Type Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcStructuralSurfaceActivityTypeEnum |
get(int value)
Returns the 'Ifc Structural Surface Activity Type Enum' literal with the specified integer value.
|
static IfcStructuralSurfaceActivityTypeEnum |
get(String literal)
Returns the 'Ifc Structural Surface Activity Type Enum' literal with the specified literal value.
|
static IfcStructuralSurfaceActivityTypeEnum |
getByName(String name)
Returns the 'Ifc Structural Surface Activity 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 IfcStructuralSurfaceActivityTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcStructuralSurfaceActivityTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcStructuralSurfaceActivityTypeEnum NULL
NULL_VALUEpublic static final IfcStructuralSurfaceActivityTypeEnum BILINEAR
BILINEAR_VALUEpublic static final IfcStructuralSurfaceActivityTypeEnum NOTDEFINED
NOTDEFINED_VALUEpublic static final IfcStructuralSurfaceActivityTypeEnum ISOCONTOUR
ISOCONTOUR_VALUEpublic static final IfcStructuralSurfaceActivityTypeEnum CONST
CONST_VALUEpublic static final IfcStructuralSurfaceActivityTypeEnum DISCRETE
DISCRETE_VALUEpublic static final IfcStructuralSurfaceActivityTypeEnum USERDEFINED
USERDEFINED_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 BILINEAR_VALUE
If the meaning of 'BILINEAR' literal object isn't clear, there really should be more of a description here...
BILINEAR,
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 ISOCONTOUR_VALUE
If the meaning of 'ISOCONTOUR' literal object isn't clear, there really should be more of a description here...
ISOCONTOUR,
Constant Field Valuespublic static final int CONST_VALUE
If the meaning of 'CONST' literal object isn't clear, there really should be more of a description here...
CONST,
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 USERDEFINED_VALUE
If the meaning of 'USERDEFINED' literal object isn't clear, there really should be more of a description here...
USERDEFINED,
Constant Field Valuespublic static final List<IfcStructuralSurfaceActivityTypeEnum> VALUES
public static IfcStructuralSurfaceActivityTypeEnum[] values()
for (IfcStructuralSurfaceActivityTypeEnum c : IfcStructuralSurfaceActivityTypeEnum.values()) System.out.println(c);
public static IfcStructuralSurfaceActivityTypeEnum 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 IfcStructuralSurfaceActivityTypeEnum get(String literal)
literal - the literal.null.public static IfcStructuralSurfaceActivityTypeEnum getByName(String name)
name - the name.null.public static IfcStructuralSurfaceActivityTypeEnum 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<IfcStructuralSurfaceActivityTypeEnum>Copyright © 2016 OpenSource BIM. All rights reserved.