public enum ConfigurationItemKind extends java.lang.Enum<ConfigurationItemKind> implements org.eclipse.emf.common.util.Enumerator
EpbsPackage.getConfigurationItemKind()| Enum Constant and Description |
|---|
COTSCI
The 'COTSCI' literal object.
|
CSCI
The 'CSCI' literal object.
|
HWCI
The 'HWCI' literal object.
|
INTERFACE_CI
The 'Interface CI' literal object.
|
NDICI
The 'NDICI' literal object.
|
PRIME_ITEM_CI
The 'Prime Item CI' literal object.
|
SYSTEM_CI
The 'System CI' literal object.
|
UNSET
The 'Unset' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
COTSCI_VALUE
The 'COTSCI' literal value.
|
static int |
CSCI_VALUE
The 'CSCI' literal value.
|
static int |
HWCI_VALUE
The 'HWCI' literal value.
|
static int |
INTERFACE_CI_VALUE
The 'Interface CI' literal value.
|
static int |
NDICI_VALUE
The 'NDICI' literal value.
|
static int |
PRIME_ITEM_CI_VALUE
The 'Prime Item CI' literal value.
|
static int |
SYSTEM_CI_VALUE
The 'System CI' literal value.
|
static int |
UNSET_VALUE
The 'Unset' literal value.
|
static java.util.List<ConfigurationItemKind> |
VALUES
A public read-only list of all the 'Configuration Item Kind' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationItemKind |
get(int value)
Returns the 'Configuration Item Kind' literal with the specified integer value.
|
static ConfigurationItemKind |
get(java.lang.String literal)
Returns the 'Configuration Item Kind' literal with the specified literal value.
|
static ConfigurationItemKind |
getByName(java.lang.String name)
Returns the 'Configuration Item 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 ConfigurationItemKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationItemKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigurationItemKind UNSET
UNSET_VALUEpublic static final ConfigurationItemKind COTSCI
COTSCI_VALUEpublic static final ConfigurationItemKind CSCI
CSCI_VALUEpublic static final ConfigurationItemKind HWCI
HWCI_VALUEpublic static final ConfigurationItemKind INTERFACE_CI
INTERFACE_CI_VALUEpublic static final ConfigurationItemKind NDICI
NDICI_VALUEpublic static final ConfigurationItemKind PRIME_ITEM_CI
PRIME_ITEM_CI_VALUEpublic static final ConfigurationItemKind SYSTEM_CI
SYSTEM_CI_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 COTSCI_VALUE
If the meaning of 'COTSCI' literal object isn't clear, there really should be more of a description here...
COTSCI,
Constant Field Valuespublic static final int CSCI_VALUE
If the meaning of 'CSCI' literal object isn't clear, there really should be more of a description here...
CSCI,
Constant Field Valuespublic static final int HWCI_VALUE
If the meaning of 'HWCI' literal object isn't clear, there really should be more of a description here...
HWCI,
Constant Field Valuespublic static final int INTERFACE_CI_VALUE
If the meaning of 'Interface CI' literal object isn't clear, there really should be more of a description here...
INTERFACE_CI,
Constant Field Valuespublic static final int NDICI_VALUE
If the meaning of 'NDICI' literal object isn't clear, there really should be more of a description here...
NDICI,
Constant Field Valuespublic static final int PRIME_ITEM_CI_VALUE
If the meaning of 'Prime Item CI' literal object isn't clear, there really should be more of a description here...
PRIME_ITEM_CI,
Constant Field Valuespublic static final int SYSTEM_CI_VALUE
If the meaning of 'System CI' literal object isn't clear, there really should be more of a description here...
SYSTEM_CI,
Constant Field Valuespublic static final java.util.List<ConfigurationItemKind> VALUES
public static ConfigurationItemKind[] values()
for (ConfigurationItemKind c : ConfigurationItemKind.values()) System.out.println(c);
public static ConfigurationItemKind 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 ConfigurationItemKind get(java.lang.String literal)
literal - the literal.null.public static ConfigurationItemKind getByName(java.lang.String name)
name - the name.null.public static ConfigurationItemKind 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<ConfigurationItemKind>