public enum IfcPermeableCoveringOperationEnum extends Enum<IfcPermeableCoveringOperationEnum> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
GRILL
The 'GRILL' literal object.
|
LOUVER
The 'LOUVER' literal object.
|
NOTDEFINED
The 'NOTDEFINED' literal object.
|
NULL
The 'NULL' literal object.
|
SCREEN
The 'SCREEN' literal object.
|
USERDEFINED
The 'USERDEFINED' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
GRILL_VALUE
The 'GRILL' literal value.
|
static int |
LOUVER_VALUE
The 'LOUVER' literal value.
|
static int |
NOTDEFINED_VALUE
The 'NOTDEFINED' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
SCREEN_VALUE
The 'SCREEN' literal value.
|
static int |
USERDEFINED_VALUE
The 'USERDEFINED' literal value.
|
static List<IfcPermeableCoveringOperationEnum> |
VALUES
A public read-only list of all the 'Ifc Permeable Covering Operation Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcPermeableCoveringOperationEnum |
get(int value)
Returns the 'Ifc Permeable Covering Operation Enum' literal with the specified integer value.
|
static IfcPermeableCoveringOperationEnum |
get(String literal)
Returns the 'Ifc Permeable Covering Operation Enum' literal with the specified literal value.
|
static IfcPermeableCoveringOperationEnum |
getByName(String name)
Returns the 'Ifc Permeable Covering Operation 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 IfcPermeableCoveringOperationEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcPermeableCoveringOperationEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcPermeableCoveringOperationEnum NULL
NULL_VALUEpublic static final IfcPermeableCoveringOperationEnum GRILL
GRILL_VALUEpublic static final IfcPermeableCoveringOperationEnum LOUVER
LOUVER_VALUEpublic static final IfcPermeableCoveringOperationEnum NOTDEFINED
NOTDEFINED_VALUEpublic static final IfcPermeableCoveringOperationEnum SCREEN
SCREEN_VALUEpublic static final IfcPermeableCoveringOperationEnum 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 GRILL_VALUE
If the meaning of 'GRILL' literal object isn't clear, there really should be more of a description here...
GRILL,
Constant Field Valuespublic static final int LOUVER_VALUE
If the meaning of 'LOUVER' literal object isn't clear, there really should be more of a description here...
LOUVER,
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 SCREEN_VALUE
If the meaning of 'SCREEN' literal object isn't clear, there really should be more of a description here...
SCREEN,
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<IfcPermeableCoveringOperationEnum> VALUES
public static IfcPermeableCoveringOperationEnum[] values()
for (IfcPermeableCoveringOperationEnum c : IfcPermeableCoveringOperationEnum.values()) System.out.println(c);
public static IfcPermeableCoveringOperationEnum 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 IfcPermeableCoveringOperationEnum get(String literal)
literal - the literal.null.public static IfcPermeableCoveringOperationEnum getByName(String name)
name - the name.null.public static IfcPermeableCoveringOperationEnum 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<IfcPermeableCoveringOperationEnum>Copyright © 2016 OpenSource BIM. All rights reserved.