public enum ReviewState extends Enum<ReviewState> implements org.eclipse.emf.common.util.Enumerator
PropertiesPackage.getReviewState()| Enum Constant and Description |
|---|
INVALID
The 'INVALID' literal object
|
OPEN
The 'OPEN' literal object
|
REOPENED
The 'REOPENED' literal object
|
RESOLVED
The 'RESOLVED' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
INVALID_VALUE
The 'INVALID' literal value
|
static int |
OPEN_VALUE
The 'OPEN' literal value
|
static int |
REOPENED_VALUE
The 'REOPENED' literal value
|
static int |
RESOLVED_VALUE
The 'RESOLVED' literal value
|
static List<ReviewState> |
VALUES
A public read-only list of all the 'Review State' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static ReviewState |
get(int value)
Returns the 'Review State' literal with the specified integer value
|
static ReviewState |
get(String literal)
Returns the 'Review State' literal with the specified literal value
|
static ReviewState |
getByName(String name)
Returns the 'Review State' 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 ReviewState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReviewState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReviewState OPEN
OPEN_VALUEpublic static final ReviewState RESOLVED
RESOLVED_VALUEpublic static final ReviewState INVALID
INVALID_VALUEpublic static final ReviewState REOPENED
REOPENED_VALUEpublic static final int OPEN_VALUE
If the meaning of 'OPEN' literal object isn't clear, there really should be more of a description here...
OPEN,
Constant Field Valuespublic static final int RESOLVED_VALUE
If the meaning of 'RESOLVED' literal object isn't clear, there really should be more of a description here...
RESOLVED,
Constant Field Valuespublic static final int INVALID_VALUE
If the meaning of 'INVALID' literal object isn't clear, there really should be more of a description here...
INVALID,
Constant Field Valuespublic static final int REOPENED_VALUE
If the meaning of 'REOPENED' literal object isn't clear, there really should be more of a description here...
REOPENED,
Constant Field Valuespublic static final List<ReviewState> VALUES
public static ReviewState[] values()
for (ReviewState c : ReviewState.values()) System.out.println(c);
public static ReviewState 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 ReviewState get(String literal)
public static ReviewState getByName(String name)
public static ReviewState get(int value)
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<ReviewState>Copyright © 2013–2014 Jabylon. All rights reserved.