| Package | Description |
|---|---|
| org.jabylon.properties | |
| org.jabylon.properties.impl |
| Modifier and Type | Field and Description |
|---|---|
static List<Severity> |
Severity.VALUES
A public read-only list of all the 'Severity' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static Severity |
Severity.get(int value)
Returns the 'Severity' literal with the specified integer value
|
static Severity |
Severity.get(String literal)
Returns the 'Severity' literal with the specified literal value
|
static Severity |
Severity.getByName(String name)
Returns the 'Severity' literal with the specified name
|
Severity |
Review.getSeverity()
Returns the value of the 'Severity' attribute.
|
static Severity |
Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Severity[] |
Severity.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.setSeverity(Severity value)
Sets the value of the '
Severity' attribute |
| Modifier and Type | Field and Description |
|---|---|
protected static Severity |
ReviewImpl.SEVERITY_EDEFAULT
The default value of the '
Severity' attribute |
| Modifier and Type | Method and Description |
|---|---|
Severity |
PropertiesFactoryImpl.createSeverityFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
Severity |
ReviewImpl.getSeverity() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReviewImpl.setSeverity(Severity newSeverity) |
Copyright © 2013–2014 Jabylon. All rights reserved.