|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionKind | |
---|---|
edu.cmu.sei.aadl.aadl2.instance | |
edu.cmu.sei.aadl.aadl2.instance.impl |
Uses of ConnectionKind in edu.cmu.sei.aadl.aadl2.instance |
---|
Fields in edu.cmu.sei.aadl.aadl2.instance with type parameters of type ConnectionKind | |
---|---|
static java.util.List<ConnectionKind> |
ConnectionKind.VALUES
A public read-only list of all the 'Connection Kind' enumerators |
Methods in edu.cmu.sei.aadl.aadl2.instance that return ConnectionKind | |
---|---|
static ConnectionKind |
ConnectionKind.get(int value)
Returns the 'Connection Kind' literal with the specified integer value |
static ConnectionKind |
ConnectionKind.get(java.lang.String literal)
Returns the 'Connection Kind' literal with the specified literal value |
static ConnectionKind |
ConnectionKind.getByName(java.lang.String name)
Returns the 'Connection Kind' literal with the specified name |
ConnectionKind |
ConnectionInstance.getKind()
Returns the value of the 'Kind' attribute. |
static ConnectionKind |
ConnectionKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ConnectionKind[] |
ConnectionKind.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in edu.cmu.sei.aadl.aadl2.instance with parameters of type ConnectionKind | |
---|---|
void |
ConnectionInstance.setKind(ConnectionKind value)
Sets the value of the ' Kind ' attribute |
Uses of ConnectionKind in edu.cmu.sei.aadl.aadl2.instance.impl |
---|
Fields in edu.cmu.sei.aadl.aadl2.instance.impl declared as ConnectionKind | |
---|---|
protected ConnectionKind |
ConnectionInstanceImpl.kind
The cached value of the ' Kind ' attribute |
protected static ConnectionKind |
ConnectionInstanceImpl.KIND_EDEFAULT
The default value of the ' Kind ' attribute |
Methods in edu.cmu.sei.aadl.aadl2.instance.impl that return ConnectionKind | |
---|---|
ConnectionKind |
InstanceFactoryImpl.createConnectionKindFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
ConnectionKind |
ConnectionInstanceImpl.getKind()
|
Methods in edu.cmu.sei.aadl.aadl2.instance.impl with parameters of type ConnectionKind | |
---|---|
void |
ConnectionInstanceImpl.setKind(ConnectionKind newKind)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |