public final class ScopeKind
extends AbstractEnumerator
RhapsodyPackage.getScopeKind()
Modifier and Type | Field and Description |
---|---|
static int |
DERIVED
The 'Derived' literal value.
|
static ScopeKind |
DERIVED_LITERAL
The 'Derived' literal object.
|
static int |
EXPLICIT
The 'Explicit' literal value.
|
static ScopeKind |
EXPLICIT_LITERAL
The 'Explicit' literal object.
|
static int |
UNKNOWN
The 'Unknown' literal value.
|
static ScopeKind |
UNKNOWN_LITERAL
The 'Unknown' literal object.
|
static java.util.List |
VALUES
A public read-only list of all the 'Scope Kind' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static ScopeKind |
get(int value)
Returns the 'Scope Kind' literal with the specified integer value.
|
static ScopeKind |
get(java.lang.String literal)
Returns the 'Scope Kind' literal with the specified literal value.
|
static ScopeKind |
getByName(java.lang.String name)
Returns the 'Scope Kind' literal with the specified name.
|
public static final int EXPLICIT
EXPLICIT_LITERAL
,
Constant Field Valuespublic static final int DERIVED
DERIVED_LITERAL
,
Constant Field Valuespublic static final int UNKNOWN
UNKNOWN_LITERAL
,
Constant Field Valuespublic static final ScopeKind EXPLICIT_LITERAL
EXPLICIT
public static final ScopeKind DERIVED_LITERAL
DERIVED
public static final ScopeKind UNKNOWN_LITERAL
UNKNOWN
public static final java.util.List VALUES
public static ScopeKind get(java.lang.String literal)
literal
- the literal.null
.public static ScopeKind getByName(java.lang.String name)
name
- the name.null
.public static ScopeKind get(int value)
value
- the integer value.null
.