public enum SimuCtxType extends java.lang.Enum<SimuCtxType> implements org.eclipse.emf.common.util.Enumerator
SimuPackage.getSimuCtxType()| Enum Constant and Description |
|---|
ACLF_NETWORK
The 'Aclf Network' literal object.
|
ACSC_NET
The 'Acsc Net' literal object.
|
DC_SYSTEM_NET
The 'Dc System Net' literal object.
|
DISTRIBUTE_NET
The 'Distribute Net' literal object.
|
DSTABILITY_NET
The 'DStability Net' literal object.
|
NOT_DEFINED
The 'Not Defined' literal object.
|
OPF_NET
The 'Opf Net' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
ACLF_NETWORK_VALUE
The 'Aclf Network' literal value.
|
static int |
ACSC_NET_VALUE
The 'Acsc Net' literal value.
|
static int |
DC_SYSTEM_NET_VALUE
The 'Dc System Net' literal value.
|
static int |
DISTRIBUTE_NET_VALUE
The 'Distribute Net' literal value.
|
static int |
DSTABILITY_NET_VALUE
The 'DStability Net' literal value.
|
static int |
NOT_DEFINED_VALUE
The 'Not Defined' literal value.
|
static int |
OPF_NET_VALUE
The 'Opf Net' literal value.
|
static java.util.List<SimuCtxType> |
VALUES
A public read-only list of all the 'Ctx Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static SimuCtxType |
get(int value)
Returns the 'Ctx Type' literal with the specified integer value.
|
static SimuCtxType |
get(java.lang.String literal)
Returns the 'Ctx Type' literal with the specified literal value.
|
static SimuCtxType |
getByName(java.lang.String name)
Returns the 'Ctx Type' 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 SimuCtxType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SimuCtxType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SimuCtxType NOT_DEFINED
NOT_DEFINED_VALUEpublic static final SimuCtxType ACLF_NETWORK
ACLF_NETWORK_VALUEpublic static final SimuCtxType ACSC_NET
ACSC_NET_VALUEpublic static final SimuCtxType DSTABILITY_NET
DSTABILITY_NET_VALUEpublic static final SimuCtxType OPF_NET
OPF_NET_VALUEpublic static final SimuCtxType DISTRIBUTE_NET
DISTRIBUTE_NET_VALUEpublic static final SimuCtxType DC_SYSTEM_NET
DC_SYSTEM_NET_VALUEpublic static final int NOT_DEFINED_VALUE
If the meaning of 'Not Defined' literal object isn't clear, there really should be more of a description here...
NOT_DEFINED,
Constant Field Valuespublic static final int ACLF_NETWORK_VALUE
If the meaning of 'Aclf Network' literal object isn't clear, there really should be more of a description here...
ACLF_NETWORK,
Constant Field Valuespublic static final int ACSC_NET_VALUE
If the meaning of 'Acsc Net' literal object isn't clear, there really should be more of a description here...
ACSC_NET,
Constant Field Valuespublic static final int DSTABILITY_NET_VALUE
If the meaning of 'DStability Net' literal object isn't clear, there really should be more of a description here...
DSTABILITY_NET,
Constant Field Valuespublic static final int OPF_NET_VALUE
If the meaning of 'Opf Net' literal object isn't clear, there really should be more of a description here...
OPF_NET,
Constant Field Valuespublic static final int DISTRIBUTE_NET_VALUE
If the meaning of 'Distribute Net' literal object isn't clear, there really should be more of a description here...
DISTRIBUTE_NET,
Constant Field Valuespublic static final int DC_SYSTEM_NET_VALUE
If the meaning of 'Dc System Net' literal object isn't clear, there really should be more of a description here...
DC_SYSTEM_NET,
Constant Field Valuespublic static final java.util.List<SimuCtxType> VALUES
public static SimuCtxType[] values()
for (SimuCtxType c : SimuCtxType.values()) System.out.println(c);
public static SimuCtxType 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 SimuCtxType get(java.lang.String literal)
literal - the literal.null.public static SimuCtxType getByName(java.lang.String name)
name - the name.null.public static SimuCtxType 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<SimuCtxType>