|
|
|
|
Uses of Class org.eclipse.gmf.mappings.Severity
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
(java.lang.String literal)
Returns the '
Severity
' literal with the specified literal value |
static
Severity
|
Severity.
getByName
(java.lang.String name)
Returns the '
Severity
' literal with the specified name |
Severity
|
AuditRule.
getSeverity
()
Returns the value of the '
Severity
' attribute. |
static
Severity
|
Severity.
valueOf
(java.lang.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're declared. |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.
|
|
|