|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Severity | |
---|---|
org.eclipse.gmf.mappings | |
org.eclipse.gmf.mappings.impl |
Uses of Severity in org.eclipse.gmf.mappings |
---|
Fields in org.eclipse.gmf.mappings with type parameters of type Severity | |
---|---|
static List<Severity> |
Severity.VALUES
A public read-only list of all the 'Severity' enumerators. |
Methods in org.eclipse.gmf.mappings that return Severity | |
---|---|
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 |
AuditRule.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. |
Methods in org.eclipse.gmf.mappings with parameters of type Severity | |
---|---|
void |
AuditRule.setSeverity(Severity value)
Sets the value of the ' Severity ' attribute. |
Uses of Severity in org.eclipse.gmf.mappings.impl |
---|
Fields in org.eclipse.gmf.mappings.impl declared as Severity | |
---|---|
protected Severity |
AuditRuleImpl.severity
The cached value of the ' Severity ' attribute. |
protected static Severity |
AuditRuleImpl.SEVERITY_EDEFAULT
The default value of the ' Severity ' attribute. |
Methods in org.eclipse.gmf.mappings.impl that return Severity | |
---|---|
Severity |
GMFMapFactoryImpl.createSeverityFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue)
|
Severity |
AuditRuleImpl.getSeverity()
|
Methods in org.eclipse.gmf.mappings.impl with parameters of type Severity | |
---|---|
void |
AuditRuleImpl.setSeverity(Severity newSeverity)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |