public enum DynamicEventType extends java.lang.Enum<DynamicEventType> implements org.eclipse.emf.common.util.Enumerator
DstabDeventPackage.getDynamicEventType()| Enum Constant and Description |
|---|
BRANCH_FAULT
The 'Branch Fault' literal object.
|
BRANCH_OUTAGE
The 'Branch Outage' literal object.
|
BRANCH_RECLOSURE
The 'Branch Reclosure' literal object.
|
BUS_FAULT
The 'Bus Fault' literal object.
|
LOAD_CHANGE
The 'Load Change' literal object.
|
SET_POINT_CHANGE
The 'Set Point Change' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
BRANCH_FAULT_VALUE
The 'Branch Fault' literal value.
|
static int |
BRANCH_OUTAGE_VALUE
The 'Branch Outage' literal value.
|
static int |
BRANCH_RECLOSURE_VALUE
The 'Branch Reclosure' literal value.
|
static int |
BUS_FAULT_VALUE
The 'Bus Fault' literal value.
|
static int |
LOAD_CHANGE_VALUE
The 'Load Change' literal value.
|
static int |
SET_POINT_CHANGE_VALUE
The 'Set Point Change' literal value.
|
static java.util.List<DynamicEventType> |
VALUES
A public read-only list of all the 'Dynamic Event Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static DynamicEventType |
get(int value)
Returns the 'Dynamic Event Type' literal with the specified integer value.
|
static DynamicEventType |
get(java.lang.String literal)
Returns the 'Dynamic Event Type' literal with the specified literal value.
|
static DynamicEventType |
getByName(java.lang.String name)
Returns the 'Dynamic Event 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 DynamicEventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DynamicEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DynamicEventType BUS_FAULT
BUS_FAULT_VALUEpublic static final DynamicEventType BRANCH_FAULT
BRANCH_FAULT_VALUEpublic static final DynamicEventType BRANCH_RECLOSURE
BRANCH_RECLOSURE_VALUEpublic static final DynamicEventType BRANCH_OUTAGE
BRANCH_OUTAGE_VALUEpublic static final DynamicEventType LOAD_CHANGE
LOAD_CHANGE_VALUEpublic static final DynamicEventType SET_POINT_CHANGE
SET_POINT_CHANGE_VALUEpublic static final int BUS_FAULT_VALUE
If the meaning of 'Bus Fault' literal object isn't clear, there really should be more of a description here...
BUS_FAULT,
Constant Field Valuespublic static final int BRANCH_FAULT_VALUE
If the meaning of 'Branch Fault' literal object isn't clear, there really should be more of a description here...
BRANCH_FAULT,
Constant Field Valuespublic static final int BRANCH_RECLOSURE_VALUE
If the meaning of 'Branch Reclosure' literal object isn't clear, there really should be more of a description here...
BRANCH_RECLOSURE,
Constant Field Valuespublic static final int BRANCH_OUTAGE_VALUE
If the meaning of 'Branch Outage' literal object isn't clear, there really should be more of a description here...
BRANCH_OUTAGE,
Constant Field Valuespublic static final int LOAD_CHANGE_VALUE
If the meaning of 'Load Change' literal object isn't clear, there really should be more of a description here...
LOAD_CHANGE,
Constant Field Valuespublic static final int SET_POINT_CHANGE_VALUE
If the meaning of 'Set Point Change' literal object isn't clear, there really should be more of a description here...
SET_POINT_CHANGE,
Constant Field Valuespublic static final java.util.List<DynamicEventType> VALUES
public static DynamicEventType[] values()
for (DynamicEventType c : DynamicEventType.values()) System.out.println(c);
public static DynamicEventType 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 DynamicEventType get(java.lang.String literal)
literal - the literal.null.public static DynamicEventType getByName(java.lang.String name)
name - the name.null.public static DynamicEventType 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<DynamicEventType>