public enum IfcAudioVisualApplianceTypeEnum extends Enum<IfcAudioVisualApplianceTypeEnum> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
AMPLIFIER
The 'AMPLIFIER' literal object.
|
CAMERA
The 'CAMERA' literal object.
|
DISPLAY
The 'DISPLAY' literal object.
|
MICROPHONE
The 'MICROPHONE' literal object.
|
NOTDEFINED
The 'NOTDEFINED' literal object.
|
NULL
The 'NULL' literal object.
|
PLAYER
The 'PLAYER' literal object.
|
PROJECTOR
The 'PROJECTOR' literal object.
|
RECEIVER
The 'RECEIVER' literal object.
|
SPEAKER
The 'SPEAKER' literal object.
|
SWITCHER
The 'SWITCHER' literal object.
|
TELEPHONE
The 'TELEPHONE' literal object.
|
TUNER
The 'TUNER' literal object.
|
USERDEFINED
The 'USERDEFINED' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
AMPLIFIER_VALUE
The 'AMPLIFIER' literal value.
|
static int |
CAMERA_VALUE
The 'CAMERA' literal value.
|
static int |
DISPLAY_VALUE
The 'DISPLAY' literal value.
|
static int |
MICROPHONE_VALUE
The 'MICROPHONE' literal value.
|
static int |
NOTDEFINED_VALUE
The 'NOTDEFINED' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
PLAYER_VALUE
The 'PLAYER' literal value.
|
static int |
PROJECTOR_VALUE
The 'PROJECTOR' literal value.
|
static int |
RECEIVER_VALUE
The 'RECEIVER' literal value.
|
static int |
SPEAKER_VALUE
The 'SPEAKER' literal value.
|
static int |
SWITCHER_VALUE
The 'SWITCHER' literal value.
|
static int |
TELEPHONE_VALUE
The 'TELEPHONE' literal value.
|
static int |
TUNER_VALUE
The 'TUNER' literal value.
|
static int |
USERDEFINED_VALUE
The 'USERDEFINED' literal value.
|
static List<IfcAudioVisualApplianceTypeEnum> |
VALUES
A public read-only list of all the 'Ifc Audio Visual Appliance Type Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcAudioVisualApplianceTypeEnum |
get(int value)
Returns the 'Ifc Audio Visual Appliance Type Enum' literal with the specified integer value.
|
static IfcAudioVisualApplianceTypeEnum |
get(String literal)
Returns the 'Ifc Audio Visual Appliance Type Enum' literal with the specified literal value.
|
static IfcAudioVisualApplianceTypeEnum |
getByName(String name)
Returns the 'Ifc Audio Visual Appliance 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 IfcAudioVisualApplianceTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcAudioVisualApplianceTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcAudioVisualApplianceTypeEnum NULL
NULL_VALUEpublic static final IfcAudioVisualApplianceTypeEnum TELEPHONE
TELEPHONE_VALUEpublic static final IfcAudioVisualApplianceTypeEnum CAMERA
CAMERA_VALUEpublic static final IfcAudioVisualApplianceTypeEnum MICROPHONE
MICROPHONE_VALUEpublic static final IfcAudioVisualApplianceTypeEnum USERDEFINED
USERDEFINED_VALUEpublic static final IfcAudioVisualApplianceTypeEnum SPEAKER
SPEAKER_VALUEpublic static final IfcAudioVisualApplianceTypeEnum PLAYER
PLAYER_VALUEpublic static final IfcAudioVisualApplianceTypeEnum SWITCHER
SWITCHER_VALUEpublic static final IfcAudioVisualApplianceTypeEnum AMPLIFIER
AMPLIFIER_VALUEpublic static final IfcAudioVisualApplianceTypeEnum DISPLAY
DISPLAY_VALUEpublic static final IfcAudioVisualApplianceTypeEnum NOTDEFINED
NOTDEFINED_VALUEpublic static final IfcAudioVisualApplianceTypeEnum TUNER
TUNER_VALUEpublic static final IfcAudioVisualApplianceTypeEnum PROJECTOR
PROJECTOR_VALUEpublic static final IfcAudioVisualApplianceTypeEnum RECEIVER
RECEIVER_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 TELEPHONE_VALUE
If the meaning of 'TELEPHONE' literal object isn't clear, there really should be more of a description here...
TELEPHONE,
Constant Field Valuespublic static final int CAMERA_VALUE
If the meaning of 'CAMERA' literal object isn't clear, there really should be more of a description here...
CAMERA,
Constant Field Valuespublic static final int MICROPHONE_VALUE
If the meaning of 'MICROPHONE' literal object isn't clear, there really should be more of a description here...
MICROPHONE,
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 int SPEAKER_VALUE
If the meaning of 'SPEAKER' literal object isn't clear, there really should be more of a description here...
SPEAKER,
Constant Field Valuespublic static final int PLAYER_VALUE
If the meaning of 'PLAYER' literal object isn't clear, there really should be more of a description here...
PLAYER,
Constant Field Valuespublic static final int SWITCHER_VALUE
If the meaning of 'SWITCHER' literal object isn't clear, there really should be more of a description here...
SWITCHER,
Constant Field Valuespublic static final int AMPLIFIER_VALUE
If the meaning of 'AMPLIFIER' literal object isn't clear, there really should be more of a description here...
AMPLIFIER,
Constant Field Valuespublic static final int DISPLAY_VALUE
If the meaning of 'DISPLAY' literal object isn't clear, there really should be more of a description here...
DISPLAY,
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 TUNER_VALUE
If the meaning of 'TUNER' literal object isn't clear, there really should be more of a description here...
TUNER,
Constant Field Valuespublic static final int PROJECTOR_VALUE
If the meaning of 'PROJECTOR' literal object isn't clear, there really should be more of a description here...
PROJECTOR,
Constant Field Valuespublic static final int RECEIVER_VALUE
If the meaning of 'RECEIVER' literal object isn't clear, there really should be more of a description here...
RECEIVER,
Constant Field Valuespublic static final List<IfcAudioVisualApplianceTypeEnum> VALUES
public static IfcAudioVisualApplianceTypeEnum[] values()
for (IfcAudioVisualApplianceTypeEnum c : IfcAudioVisualApplianceTypeEnum.values()) System.out.println(c);
public static IfcAudioVisualApplianceTypeEnum 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 IfcAudioVisualApplianceTypeEnum get(String literal)
literal - the literal.null.public static IfcAudioVisualApplianceTypeEnum getByName(String name)
name - the name.null.public static IfcAudioVisualApplianceTypeEnum 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<IfcAudioVisualApplianceTypeEnum>Copyright © 2016 OpenSource BIM. All rights reserved.