|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AccessKind | |
---|---|
edu.cmu.sei.aadl.aadl2 |
Uses of AccessKind in edu.cmu.sei.aadl.aadl2 |
---|
Fields in edu.cmu.sei.aadl.aadl2 with type parameters of type AccessKind | |
---|---|
static java.util.List<AccessKind> |
AccessKind.VALUES
A public read-only list of all the 'Access Kind' enumerators |
Methods in edu.cmu.sei.aadl.aadl2 that return AccessKind | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |