|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GenSeverity | |
---|---|
org.eclipse.gmf.codegen.gmfgen | |
org.eclipse.gmf.codegen.gmfgen.impl |
Uses of GenSeverity in org.eclipse.gmf.codegen.gmfgen |
---|
Fields in org.eclipse.gmf.codegen.gmfgen with type parameters of type GenSeverity | |
---|---|
static List<GenSeverity> |
GenSeverity.VALUES
A public read-only list of all the 'Gen Severity' enumerators. |
Methods in org.eclipse.gmf.codegen.gmfgen that return GenSeverity | |
---|---|
static GenSeverity |
GenSeverity.get(int value)
Returns the 'Gen Severity' literal with the specified integer value. |
static GenSeverity |
GenSeverity.get(String literal)
Returns the 'Gen Severity' literal with the specified literal value. |
static GenSeverity |
GenSeverity.getByName(String name)
Returns the 'Gen Severity' literal with the specified name. |
GenSeverity |
GenAuditRule.getSeverity()
Returns the value of the 'Severity' attribute. |
static GenSeverity |
GenSeverity.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GenSeverity[] |
GenSeverity.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.eclipse.gmf.codegen.gmfgen with parameters of type GenSeverity | |
---|---|
void |
GenAuditRule.setSeverity(GenSeverity value)
Sets the value of the ' Severity ' attribute. |
Uses of GenSeverity in org.eclipse.gmf.codegen.gmfgen.impl |
---|
Fields in org.eclipse.gmf.codegen.gmfgen.impl declared as GenSeverity | |
---|---|
protected GenSeverity |
GenAuditRuleImpl.severity
The cached value of the ' Severity ' attribute. |
protected static GenSeverity |
GenAuditRuleImpl.SEVERITY_EDEFAULT
The default value of the ' Severity ' attribute. |
Methods in org.eclipse.gmf.codegen.gmfgen.impl that return GenSeverity | |
---|---|
GenSeverity |
GMFGenFactoryImpl.createGenSeverityFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue)
|
GenSeverity |
GenAuditRuleImpl.getSeverity()
|
Methods in org.eclipse.gmf.codegen.gmfgen.impl with parameters of type GenSeverity | |
---|---|
void |
GenAuditRuleImpl.setSeverity(GenSeverity newSeverity)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |