public enum PhysicalComponentKind extends java.lang.Enum<PhysicalComponentKind> implements org.eclipse.emf.common.util.Enumerator
PaPackage.getPhysicalComponentKind()| Enum Constant and Description |
|---|
DATA
The 'DATA' literal object.
|
FACILITIES
The 'FACILITIES' literal object.
|
FIRMWARE
The 'FIRMWARE' literal object.
|
HARDWARE
The 'HARDWARE' literal object.
|
HARDWARE_COMPUTER
The 'HARDWARE COMPUTER' literal object.
|
MATERIALS
The 'MATERIALS' literal object.
|
PERSON
The 'PERSON' literal object.
|
PROCESSES
The 'PROCESSES' literal object.
|
SERVICES
The 'SERVICES' literal object.
|
SOFTWARE
The 'SOFTWARE' literal object.
|
SOFTWARE_APPLICATION
The 'SOFTWARE APPLICATION' literal object.
|
SOFTWARE_DEPLOYMENT_UNIT
The 'SOFTWARE DEPLOYMENT UNIT' literal object.
|
SOFTWARE_EXECUTION_UNIT
The 'SOFTWARE EXECUTION UNIT' literal object.
|
UNSET
The 'UNSET' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
DATA_VALUE
The 'DATA' literal value.
|
static int |
FACILITIES_VALUE
The 'FACILITIES' literal value.
|
static int |
FIRMWARE_VALUE
The 'FIRMWARE' literal value.
|
static int |
HARDWARE_COMPUTER_VALUE
The 'HARDWARE COMPUTER' literal value.
|
static int |
HARDWARE_VALUE
The 'HARDWARE' literal value.
|
static int |
MATERIALS_VALUE
The 'MATERIALS' literal value.
|
static int |
PERSON_VALUE
The 'PERSON' literal value.
|
static int |
PROCESSES_VALUE
The 'PROCESSES' literal value.
|
static int |
SERVICES_VALUE
The 'SERVICES' literal value.
|
static int |
SOFTWARE_APPLICATION_VALUE
The 'SOFTWARE APPLICATION' literal value.
|
static int |
SOFTWARE_DEPLOYMENT_UNIT_VALUE
The 'SOFTWARE DEPLOYMENT UNIT' literal value.
|
static int |
SOFTWARE_EXECUTION_UNIT_VALUE
The 'SOFTWARE EXECUTION UNIT' literal value.
|
static int |
SOFTWARE_VALUE
The 'SOFTWARE' literal value.
|
static int |
UNSET_VALUE
The 'UNSET' literal value.
|
static java.util.List<PhysicalComponentKind> |
VALUES
A public read-only list of all the 'Physical Component Kind' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static PhysicalComponentKind |
get(int value)
Returns the 'Physical Component Kind' literal with the specified integer value.
|
static PhysicalComponentKind |
get(java.lang.String literal)
Returns the 'Physical Component Kind' literal with the specified literal value.
|
static PhysicalComponentKind |
getByName(java.lang.String name)
Returns the 'Physical Component Kind' literal with the specified name.
|
java.lang.String |
getLiteral() |
java.lang.String |
getName() |
int |
getValue() |
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation.
|
static PhysicalComponentKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PhysicalComponentKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PhysicalComponentKind UNSET
UNSET_VALUEpublic static final PhysicalComponentKind HARDWARE
HARDWARE_VALUEpublic static final PhysicalComponentKind HARDWARE_COMPUTER
HARDWARE_COMPUTER_VALUEpublic static final PhysicalComponentKind SOFTWARE
SOFTWARE_VALUEpublic static final PhysicalComponentKind SOFTWARE_DEPLOYMENT_UNIT
SOFTWARE_DEPLOYMENT_UNIT_VALUEpublic static final PhysicalComponentKind SOFTWARE_EXECUTION_UNIT
SOFTWARE_EXECUTION_UNIT_VALUEpublic static final PhysicalComponentKind SOFTWARE_APPLICATION
SOFTWARE_APPLICATION_VALUEpublic static final PhysicalComponentKind FIRMWARE
FIRMWARE_VALUEpublic static final PhysicalComponentKind PERSON
PERSON_VALUEpublic static final PhysicalComponentKind FACILITIES
FACILITIES_VALUEpublic static final PhysicalComponentKind DATA
DATA_VALUEpublic static final PhysicalComponentKind MATERIALS
MATERIALS_VALUEpublic static final PhysicalComponentKind SERVICES
SERVICES_VALUEpublic static final PhysicalComponentKind PROCESSES
PROCESSES_VALUEpublic static final int UNSET_VALUE
If the meaning of 'UNSET' literal object isn't clear, there really should be more of a description here...
UNSET,
Constant Field Valuespublic static final int HARDWARE_VALUE
If the meaning of 'HARDWARE' literal object isn't clear, there really should be more of a description here...
HARDWARE,
Constant Field Valuespublic static final int HARDWARE_COMPUTER_VALUE
If the meaning of 'HARDWARE COMPUTER' literal object isn't clear, there really should be more of a description here...
HARDWARE_COMPUTER,
Constant Field Valuespublic static final int SOFTWARE_VALUE
If the meaning of 'SOFTWARE' literal object isn't clear, there really should be more of a description here...
SOFTWARE,
Constant Field Valuespublic static final int SOFTWARE_DEPLOYMENT_UNIT_VALUE
If the meaning of 'SOFTWARE DEPLOYMENT UNIT' literal object isn't clear, there really should be more of a description here...
SOFTWARE_DEPLOYMENT_UNIT,
Constant Field Valuespublic static final int SOFTWARE_EXECUTION_UNIT_VALUE
If the meaning of 'SOFTWARE EXECUTION UNIT' literal object isn't clear, there really should be more of a description here...
SOFTWARE_EXECUTION_UNIT,
Constant Field Valuespublic static final int SOFTWARE_APPLICATION_VALUE
If the meaning of 'SOFTWARE APPLICATION' literal object isn't clear, there really should be more of a description here...
SOFTWARE_APPLICATION,
Constant Field Valuespublic static final int FIRMWARE_VALUE
If the meaning of 'FIRMWARE' literal object isn't clear, there really should be more of a description here...
FIRMWARE,
Constant Field Valuespublic static final int PERSON_VALUE
If the meaning of 'PERSON' literal object isn't clear, there really should be more of a description here...
PERSON,
Constant Field Valuespublic static final int FACILITIES_VALUE
If the meaning of 'FACILITIES' literal object isn't clear, there really should be more of a description here...
FACILITIES,
Constant Field Valuespublic static final int DATA_VALUE
If the meaning of 'DATA' literal object isn't clear, there really should be more of a description here...
DATA,
Constant Field Valuespublic static final int MATERIALS_VALUE
If the meaning of 'MATERIALS' literal object isn't clear, there really should be more of a description here...
MATERIALS,
Constant Field Valuespublic static final int SERVICES_VALUE
If the meaning of 'SERVICES' literal object isn't clear, there really should be more of a description here...
SERVICES,
Constant Field Valuespublic static final int PROCESSES_VALUE
If the meaning of 'PROCESSES' literal object isn't clear, there really should be more of a description here...
PROCESSES,
Constant Field Valuespublic static final java.util.List<PhysicalComponentKind> VALUES
public static PhysicalComponentKind[] values()
for (PhysicalComponentKind c : PhysicalComponentKind.values()) System.out.println(c);
public static PhysicalComponentKind valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static PhysicalComponentKind get(java.lang.String literal)
literal - the literal.null.public static PhysicalComponentKind getByName(java.lang.String name)
name - the name.null.public static PhysicalComponentKind get(int value)
value - the integer value.null.public int getValue()
getValue in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String getName()
getName in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String getLiteral()
getLiteral in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String toString()
toString in class java.lang.Enum<PhysicalComponentKind>