public enum IfcSoundScaleEnum extends Enum<IfcSoundScaleEnum>
Enum Constant and Description |
---|
DBA |
DBB |
DBC |
NC |
NOTDEFINED |
NR |
USERDEFINED |
Modifier and Type | Method and Description |
---|---|
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 DBA
public static final IfcSoundScaleEnum DBB
public static final IfcSoundScaleEnum DBC
public static final IfcSoundScaleEnum NC
public static final IfcSoundScaleEnum NR
public static final IfcSoundScaleEnum USERDEFINED
public static final IfcSoundScaleEnum NOTDEFINED
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 null