public enum IfcSoundScaleEnum extends Enum<IfcSoundScaleEnum> implements org.eclipse.emf.common.util.Enumerator
Ifc2x3tc1Package.getIfcSoundScaleEnum()| Enum Constant and Description |
|---|
DBA
The 'DBA' literal object.
|
DBB
The 'DBB' literal object.
|
DBC
The 'DBC' literal object.
|
NC
The 'NC' literal object.
|
NOTDEFINED
The 'NOTDEFINED' literal object.
|
NR
The 'NR' literal object.
|
NULL
The 'NULL' literal object.
|
USERDEFINED
The 'USERDEFINED' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
DBA_VALUE
The 'DBA' literal value.
|
static int |
DBB_VALUE
The 'DBB' literal value.
|
static int |
DBC_VALUE
The 'DBC' literal value.
|
static int |
NC_VALUE
The 'NC' literal value.
|
static int |
NOTDEFINED_VALUE
The 'NOTDEFINED' literal value.
|
static int |
NR_VALUE
The 'NR' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
USERDEFINED_VALUE
The 'USERDEFINED' literal value.
|
static List<IfcSoundScaleEnum> |
VALUES
A public read-only list of all the 'Ifc Sound Scale Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcSoundScaleEnum |
get(int value)
Returns the 'Ifc Sound Scale Enum' literal with the specified integer value.
|
static IfcSoundScaleEnum |
get(String literal)
Returns the 'Ifc Sound Scale Enum' literal with the specified literal value.
|
static IfcSoundScaleEnum |
getByName(String name)
Returns the 'Ifc Sound Scale 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 IfcSoundScaleEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcSoundScaleEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcSoundScaleEnum NULL
NULL_VALUEpublic static final IfcSoundScaleEnum DBA
DBA_VALUEpublic static final IfcSoundScaleEnum NOTDEFINED
NOTDEFINED_VALUEpublic static final IfcSoundScaleEnum DBC
DBC_VALUEpublic static final IfcSoundScaleEnum NR
NR_VALUEpublic static final IfcSoundScaleEnum DBB
DBB_VALUEpublic static final IfcSoundScaleEnum NC
NC_VALUEpublic static final IfcSoundScaleEnum 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 DBA_VALUE
If the meaning of 'DBA' literal object isn't clear, there really should be more of a description here...
DBA,
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 DBC_VALUE
If the meaning of 'DBC' literal object isn't clear, there really should be more of a description here...
DBC,
Constant Field Valuespublic static final int NR_VALUE
If the meaning of 'NR' literal object isn't clear, there really should be more of a description here...
NR,
Constant Field Valuespublic static final int DBB_VALUE
If the meaning of 'DBB' literal object isn't clear, there really should be more of a description here...
DBB,
Constant Field Valuespublic static final int NC_VALUE
If the meaning of 'NC' literal object isn't clear, there really should be more of a description here...
NC,
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<IfcSoundScaleEnum> VALUES
public static IfcSoundScaleEnum[] values()
for (IfcSoundScaleEnum c : IfcSoundScaleEnum.values()) System.out.println(c);
public static IfcSoundScaleEnum 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 IfcSoundScaleEnum get(String literal)
literal - the literal.null.public static IfcSoundScaleEnum getByName(String name)
name - the name.null.public static IfcSoundScaleEnum 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<IfcSoundScaleEnum>Copyright © 2018 OpenSource BIM. All rights reserved.