Package | Description |
---|---|
org.osate.aadl2 |
Modifier and Type | Field and Description |
---|---|
static java.util.List<AccessKind> |
AccessKind.VALUES
A public read-only list of all the 'Access Kind' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static AccessKind |
AccessKind.get(int value)
Returns the 'Access Kind' literal with the specified integer value.
|
static AccessKind |
AccessKind.get(java.lang.String literal)
Returns the 'Access Kind' literal with the specified literal value.
|
static AccessKind |
AccessKind.getByName(java.lang.String name)
Returns the 'Access Kind' literal with the specified name.
|
static AccessKind |
AccessKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AccessKind[] |
AccessKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|