public enum IfcCommunicationsApplianceTypeEnum extends Enum<IfcCommunicationsApplianceTypeEnum> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
ANTENNA
The 'ANTENNA' literal object.
|
COMPUTER
The 'COMPUTER' literal object.
|
FAX
The 'FAX' literal object.
|
GATEWAY
The 'GATEWAY' literal object.
|
MODEM
The 'MODEM' literal object.
|
NETWORKAPPLIANCE
The 'NETWORKAPPLIANCE' literal object.
|
NETWORKBRIDGE
The 'NETWORKBRIDGE' literal object.
|
NETWORKHUB
The 'NETWORKHUB' literal object.
|
NOTDEFINED
The 'NOTDEFINED' literal object.
|
NULL
The 'NULL' literal object.
|
PRINTER
The 'PRINTER' literal object.
|
REPEATER
The 'REPEATER' literal object.
|
ROUTER
The 'ROUTER' literal object.
|
SCANNER
The 'SCANNER' literal object.
|
USERDEFINED
The 'USERDEFINED' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
ANTENNA_VALUE
The 'ANTENNA' literal value.
|
static int |
COMPUTER_VALUE
The 'COMPUTER' literal value.
|
static int |
FAX_VALUE
The 'FAX' literal value.
|
static int |
GATEWAY_VALUE
The 'GATEWAY' literal value.
|
static int |
MODEM_VALUE
The 'MODEM' literal value.
|
static int |
NETWORKAPPLIANCE_VALUE
The 'NETWORKAPPLIANCE' literal value.
|
static int |
NETWORKBRIDGE_VALUE
The 'NETWORKBRIDGE' literal value.
|
static int |
NETWORKHUB_VALUE
The 'NETWORKHUB' literal value.
|
static int |
NOTDEFINED_VALUE
The 'NOTDEFINED' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
PRINTER_VALUE
The 'PRINTER' literal value.
|
static int |
REPEATER_VALUE
The 'REPEATER' literal value.
|
static int |
ROUTER_VALUE
The 'ROUTER' literal value.
|
static int |
SCANNER_VALUE
The 'SCANNER' literal value.
|
static int |
USERDEFINED_VALUE
The 'USERDEFINED' literal value.
|
static List<IfcCommunicationsApplianceTypeEnum> |
VALUES
A public read-only list of all the 'Ifc Communications Appliance Type Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcCommunicationsApplianceTypeEnum |
get(int value)
Returns the 'Ifc Communications Appliance Type Enum' literal with the specified integer value.
|
static IfcCommunicationsApplianceTypeEnum |
get(String literal)
Returns the 'Ifc Communications Appliance Type Enum' literal with the specified literal value.
|
static IfcCommunicationsApplianceTypeEnum |
getByName(String name)
Returns the 'Ifc Communications 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 IfcCommunicationsApplianceTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcCommunicationsApplianceTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcCommunicationsApplianceTypeEnum NULL
NULL_VALUEpublic static final IfcCommunicationsApplianceTypeEnum GATEWAY
GATEWAY_VALUEpublic static final IfcCommunicationsApplianceTypeEnum NETWORKAPPLIANCE
NETWORKAPPLIANCE_VALUEpublic static final IfcCommunicationsApplianceTypeEnum ROUTER
ROUTER_VALUEpublic static final IfcCommunicationsApplianceTypeEnum MODEM
MODEM_VALUEpublic static final IfcCommunicationsApplianceTypeEnum USERDEFINED
USERDEFINED_VALUEpublic static final IfcCommunicationsApplianceTypeEnum ANTENNA
ANTENNA_VALUEpublic static final IfcCommunicationsApplianceTypeEnum SCANNER
SCANNER_VALUEpublic static final IfcCommunicationsApplianceTypeEnum NETWORKHUB
NETWORKHUB_VALUEpublic static final IfcCommunicationsApplianceTypeEnum NETWORKBRIDGE
NETWORKBRIDGE_VALUEpublic static final IfcCommunicationsApplianceTypeEnum NOTDEFINED
NOTDEFINED_VALUEpublic static final IfcCommunicationsApplianceTypeEnum PRINTER
PRINTER_VALUEpublic static final IfcCommunicationsApplianceTypeEnum COMPUTER
COMPUTER_VALUEpublic static final IfcCommunicationsApplianceTypeEnum REPEATER
REPEATER_VALUEpublic static final IfcCommunicationsApplianceTypeEnum FAX
FAX_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 GATEWAY_VALUE
If the meaning of 'GATEWAY' literal object isn't clear, there really should be more of a description here...
GATEWAY,
Constant Field Valuespublic static final int NETWORKAPPLIANCE_VALUE
If the meaning of 'NETWORKAPPLIANCE' literal object isn't clear, there really should be more of a description here...
NETWORKAPPLIANCE,
Constant Field Valuespublic static final int ROUTER_VALUE
If the meaning of 'ROUTER' literal object isn't clear, there really should be more of a description here...
ROUTER,
Constant Field Valuespublic static final int MODEM_VALUE
If the meaning of 'MODEM' literal object isn't clear, there really should be more of a description here...
MODEM,
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 ANTENNA_VALUE
If the meaning of 'ANTENNA' literal object isn't clear, there really should be more of a description here...
ANTENNA,
Constant Field Valuespublic static final int SCANNER_VALUE
If the meaning of 'SCANNER' literal object isn't clear, there really should be more of a description here...
SCANNER,
Constant Field Valuespublic static final int NETWORKHUB_VALUE
If the meaning of 'NETWORKHUB' literal object isn't clear, there really should be more of a description here...
NETWORKHUB,
Constant Field Valuespublic static final int NETWORKBRIDGE_VALUE
If the meaning of 'NETWORKBRIDGE' literal object isn't clear, there really should be more of a description here...
NETWORKBRIDGE,
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 PRINTER_VALUE
If the meaning of 'PRINTER' literal object isn't clear, there really should be more of a description here...
PRINTER,
Constant Field Valuespublic static final int COMPUTER_VALUE
If the meaning of 'COMPUTER' literal object isn't clear, there really should be more of a description here...
COMPUTER,
Constant Field Valuespublic static final int REPEATER_VALUE
If the meaning of 'REPEATER' literal object isn't clear, there really should be more of a description here...
REPEATER,
Constant Field Valuespublic static final int FAX_VALUE
If the meaning of 'FAX' literal object isn't clear, there really should be more of a description here...
FAX,
Constant Field Valuespublic static final List<IfcCommunicationsApplianceTypeEnum> VALUES
public static IfcCommunicationsApplianceTypeEnum[] values()
for (IfcCommunicationsApplianceTypeEnum c : IfcCommunicationsApplianceTypeEnum.values()) System.out.println(c);
public static IfcCommunicationsApplianceTypeEnum 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 IfcCommunicationsApplianceTypeEnum get(String literal)
literal - the literal.null.public static IfcCommunicationsApplianceTypeEnum getByName(String name)
name - the name.null.public static IfcCommunicationsApplianceTypeEnum 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<IfcCommunicationsApplianceTypeEnum>Copyright © 2016 OpenSource BIM. All rights reserved.