| Package | Description |
|---|---|
| org.jabylon.properties | |
| org.jabylon.properties.impl |
| Modifier and Type | Field and Description |
|---|---|
static List<ReviewState> |
ReviewState.VALUES
A public read-only list of all the 'Review State' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static ReviewState |
ReviewState.get(int value)
Returns the 'Review State' literal with the specified integer value
|
static ReviewState |
ReviewState.get(String literal)
Returns the 'Review State' literal with the specified literal value
|
static ReviewState |
ReviewState.getByName(String name)
Returns the 'Review State' literal with the specified name
|
ReviewState |
Review.getState()
Returns the value of the 'State' attribute.
|
static ReviewState |
ReviewState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReviewState[] |
ReviewState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Review.setState(ReviewState value)
Sets the value of the '
State' attribute |
| Modifier and Type | Field and Description |
|---|---|
protected static ReviewState |
ReviewImpl.STATE_EDEFAULT
The default value of the '
State' attribute |
| Modifier and Type | Method and Description |
|---|---|
ReviewState |
PropertiesFactoryImpl.createReviewStateFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
ReviewState |
ReviewImpl.getState() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReviewImpl.setState(ReviewState newState) |
Copyright © 2013–2014 Jabylon. All rights reserved.