|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ActorCommunicationType>
org.eclipse.etrice.core.room.ActorCommunicationType
public enum ActorCommunicationType
A representation of the literals of the enumeration 'Actor Communication Type', and utility methods for working with them.
RoomPackage.getActorCommunicationType()
Enum Constant Summary | |
---|---|
ASYNCHRONOUS
The 'ASYNCHRONOUS' literal object. |
|
DATA_DRIVEN
The 'DATA DRIVEN' literal object. |
|
EVENT_DRIVEN
The 'EVENT DRIVEN' literal object. |
|
SYNCHRONOUS
The 'SYNCHRONOUS' literal object. |
Field Summary | |
---|---|
static int |
ASYNCHRONOUS_VALUE
The 'ASYNCHRONOUS' literal value. |
static int |
DATA_DRIVEN_VALUE
The 'DATA DRIVEN' literal value. |
static int |
EVENT_DRIVEN_VALUE
The 'EVENT DRIVEN' literal value. |
static int |
SYNCHRONOUS_VALUE
The 'SYNCHRONOUS' literal value. |
static java.util.List<ActorCommunicationType> |
VALUES
A public read-only list of all the 'Actor Communication Type' enumerators. |
Method Summary | |
---|---|
static ActorCommunicationType |
get(int value)
Returns the 'Actor Communication Type' literal with the specified integer value. |
static ActorCommunicationType |
get(java.lang.String literal)
Returns the 'Actor Communication Type' literal with the specified literal value. |
static ActorCommunicationType |
getByName(java.lang.String name)
Returns the 'Actor Communication Type' 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 ActorCommunicationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ActorCommunicationType[] |
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 ActorCommunicationType EVENT_DRIVEN
EVENT_DRIVEN_VALUE
public static final ActorCommunicationType DATA_DRIVEN
DATA_DRIVEN_VALUE
public static final ActorCommunicationType ASYNCHRONOUS
ASYNCHRONOUS_VALUE
public static final ActorCommunicationType SYNCHRONOUS
SYNCHRONOUS_VALUE
Field Detail |
---|
public static final int EVENT_DRIVEN_VALUE
If the meaning of 'EVENT DRIVEN' literal object isn't clear, there really should be more of a description here...
EVENT_DRIVEN
,
Constant Field Valuespublic static final int DATA_DRIVEN_VALUE
If the meaning of 'DATA DRIVEN' literal object isn't clear, there really should be more of a description here...
DATA_DRIVEN
,
Constant Field Valuespublic static final int ASYNCHRONOUS_VALUE
If the meaning of 'ASYNCHRONOUS' literal object isn't clear, there really should be more of a description here...
ASYNCHRONOUS
,
Constant Field Valuespublic static final int SYNCHRONOUS_VALUE
If the meaning of 'SYNCHRONOUS' literal object isn't clear, there really should be more of a description here...
SYNCHRONOUS
,
Constant Field Valuespublic static final java.util.List<ActorCommunicationType> VALUES
Method Detail |
---|
public static ActorCommunicationType[] values()
for (ActorCommunicationType c : ActorCommunicationType.values()) System.out.println(c);
public static ActorCommunicationType 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 ActorCommunicationType get(java.lang.String literal)
public static ActorCommunicationType getByName(java.lang.String name)
public static ActorCommunicationType get(int value)
public int getValue()
public java.lang.String getName()
public java.lang.String getLiteral()
public java.lang.String toString()
toString
in class java.lang.Enum<ActorCommunicationType>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |