|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ConnectionKind>
edu.cmu.sei.aadl.aadl2.instance.ConnectionKind
public enum ConnectionKind
A representation of the literals of the enumeration 'Connection Kind', and utility methods for working with them.
InstancePackage.getConnectionKind()
Enum Constant Summary | |
---|---|
ACCESS_CONNECTION
The 'Access Connection' literal object |
|
FEATURE_CONNECTION
The 'Feature Connection' literal object |
|
FEATURE_GROUP_CONNECTION
The 'Feature Group Connection' literal object |
|
MODE_TRANSITION_CONNECTION
The 'Mode Transition Connection' literal object |
|
PARAMETER_CONNECTION
The 'Parameter Connection' literal object |
|
PORT_CONNECTION
The 'Port Connection' literal object |
Field Summary | |
---|---|
static int |
ACCESS_CONNECTION_VALUE
The 'Access Connection' literal value |
static int |
FEATURE_CONNECTION_VALUE
The 'Feature Connection' literal value |
static int |
FEATURE_GROUP_CONNECTION_VALUE
The 'Feature Group Connection' literal value |
static int |
MODE_TRANSITION_CONNECTION_VALUE
The 'Mode Transition Connection' literal value |
static int |
PARAMETER_CONNECTION_VALUE
The 'Parameter Connection' literal value |
static int |
PORT_CONNECTION_VALUE
The 'Port Connection' literal value |
static java.util.List<ConnectionKind> |
VALUES
A public read-only list of all the 'Connection Kind' enumerators |
Method Summary | |
---|---|
static ConnectionKind |
get(int value)
Returns the 'Connection Kind' literal with the specified integer value |
static ConnectionKind |
get(java.lang.String literal)
Returns the 'Connection Kind' literal with the specified literal value |
static ConnectionKind |
getByName(java.lang.String name)
Returns the 'Connection Kind' literal with the specified name |
java.lang.String |
getLiteral()
|
java.lang.String |
getName()
|
int |
getValue()
|
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation |
static ConnectionKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ConnectionKind[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ConnectionKind FEATURE_CONNECTION
FEATURE_CONNECTION_VALUE
public static final ConnectionKind ACCESS_CONNECTION
ACCESS_CONNECTION_VALUE
public static final ConnectionKind PARAMETER_CONNECTION
PARAMETER_CONNECTION_VALUE
public static final ConnectionKind PORT_CONNECTION
PORT_CONNECTION_VALUE
public static final ConnectionKind MODE_TRANSITION_CONNECTION
MODE_TRANSITION_CONNECTION_VALUE
public static final ConnectionKind FEATURE_GROUP_CONNECTION
FEATURE_GROUP_CONNECTION_VALUE
Field Detail |
---|
public static final int FEATURE_CONNECTION_VALUE
If the meaning of 'Feature Connection' literal object isn't clear, there really should be more of a description here...
FEATURE_CONNECTION
,
Constant Field Valuespublic static final int ACCESS_CONNECTION_VALUE
If the meaning of 'Access Connection' literal object isn't clear, there really should be more of a description here...
ACCESS_CONNECTION
,
Constant Field Valuespublic static final int PARAMETER_CONNECTION_VALUE
If the meaning of 'Parameter Connection' literal object isn't clear, there really should be more of a description here...
PARAMETER_CONNECTION
,
Constant Field Valuespublic static final int PORT_CONNECTION_VALUE
If the meaning of 'Port Connection' literal object isn't clear, there really should be more of a description here...
PORT_CONNECTION
,
Constant Field Valuespublic static final int MODE_TRANSITION_CONNECTION_VALUE
If the meaning of 'Mode Transition Connection' literal object isn't clear, there really should be more of a description here...
MODE_TRANSITION_CONNECTION
,
Constant Field Valuespublic static final int FEATURE_GROUP_CONNECTION_VALUE
If the meaning of 'Feature Group Connection' literal object isn't clear, there really should be more of a description here...
FEATURE_GROUP_CONNECTION
,
Constant Field Valuespublic static final java.util.List<ConnectionKind> VALUES
Method Detail |
---|
public static ConnectionKind[] values()
for (ConnectionKind c : ConnectionKind.values()) System.out.println(c);
public static ConnectionKind valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic static ConnectionKind get(java.lang.String literal)
public static ConnectionKind getByName(java.lang.String name)
public static ConnectionKind get(int value)
public int getValue()
getValue
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getName()
getName
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getLiteral()
getLiteral
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String toString()
toString
in class java.lang.Enum<ConnectionKind>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |