|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
edu.cmu.sei.aadl.model.property.ReferableElementCategory
public final class ReferableElementCategory
A representation of the literals of the enumeration 'Referable Element Category', and utility methods for working with them.
PropertyPackage.getReferableElementCategory()
,
Serialized FormField Summary | |
---|---|
static int |
BUS
The 'BUS' literal value |
static ReferableElementCategory |
BUS_LITERAL
The 'BUS' literal object |
static int |
CONNECTIONS
The 'CONNECTIONS' literal value |
static ReferableElementCategory |
CONNECTIONS_LITERAL
The 'CONNECTIONS' literal object |
static java.lang.String |
copyright
|
static int |
DATA
The 'DATA' literal value |
static ReferableElementCategory |
DATA_LITERAL
The 'DATA' literal object |
static int |
DEVICE
The 'DEVICE' literal value |
static ReferableElementCategory |
DEVICE_LITERAL
The 'DEVICE' literal object |
static int |
MEMORY
The 'MEMORY' literal value |
static ReferableElementCategory |
MEMORY_LITERAL
The 'MEMORY' literal object |
static int |
PROCESS
The 'PROCESS' literal value |
static ReferableElementCategory |
PROCESS_LITERAL
The 'PROCESS' literal object |
static int |
PROCESSOR
The 'PROCESSOR' literal value |
static ReferableElementCategory |
PROCESSOR_LITERAL
The 'PROCESSOR' literal object |
static int |
SERVER_SUBPROGRAM
The 'SERVER SUBPROGRAM' literal value |
static ReferableElementCategory |
SERVER_SUBPROGRAM_LITERAL
The 'SERVER SUBPROGRAM' literal object |
static int |
SUBPROGRAM
The 'SUBPROGRAM' literal value |
static ReferableElementCategory |
SUBPROGRAM_LITERAL
The 'SUBPROGRAM' literal object |
static int |
SYSTEM
The 'SYSTEM' literal value |
static ReferableElementCategory |
SYSTEM_LITERAL
The 'SYSTEM' literal object |
static int |
THREAD
The 'THREAD' literal value |
static int |
THREAD_GROUP
The 'THREAD GROUP' literal value |
static ReferableElementCategory |
THREAD_GROUP_LITERAL
The 'THREAD GROUP' literal object |
static ReferableElementCategory |
THREAD_LITERAL
The 'THREAD' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Referable Element Category' enumerators |
Method Summary | |
---|---|
static ReferableElementCategory |
get(int value)
Returns the 'Referable Element Category' literal with the specified integer value |
static ReferableElementCategory |
get(java.lang.String literal)
Returns the 'Referable Element Category' literal with the specified literal value |
static ReferableElementCategory |
getByName(java.lang.String name)
Returns the 'Referable Element Category' literal with the specified name |
java.lang.String |
getFileName()
|
java.lang.String |
getReadableName()
|
java.lang.String |
getUnparseName()
|
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
---|
getLiteral, getName, getValue, toString, writeReplace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String copyright
public static final int DATA
DATA_LITERAL
,
Constant Field Valuespublic static final int SUBPROGRAM
SUBPROGRAM_LITERAL
,
Constant Field Valuespublic static final int THREAD
THREAD_LITERAL
,
Constant Field Valuespublic static final int THREAD_GROUP
THREAD_GROUP_LITERAL
,
Constant Field Valuespublic static final int PROCESS
PROCESS_LITERAL
,
Constant Field Valuespublic static final int MEMORY
MEMORY_LITERAL
,
Constant Field Valuespublic static final int PROCESSOR
PROCESSOR_LITERAL
,
Constant Field Valuespublic static final int BUS
BUS_LITERAL
,
Constant Field Valuespublic static final int DEVICE
DEVICE_LITERAL
,
Constant Field Valuespublic static final int SYSTEM
SYSTEM_LITERAL
,
Constant Field Valuespublic static final int CONNECTIONS
CONNECTIONS_LITERAL
,
Constant Field Valuespublic static final int SERVER_SUBPROGRAM
SERVER_SUBPROGRAM_LITERAL
,
Constant Field Valuespublic static final ReferableElementCategory DATA_LITERAL
If the meaning of 'DATA' literal object isn't clear, there really should be more of a description here...
DATA
public static final ReferableElementCategory SUBPROGRAM_LITERAL
If the meaning of 'SUBPROGRAM' literal object isn't clear, there really should be more of a description here...
SUBPROGRAM
public static final ReferableElementCategory THREAD_LITERAL
If the meaning of 'THREAD' literal object isn't clear, there really should be more of a description here...
THREAD
public static final ReferableElementCategory THREAD_GROUP_LITERAL
If the meaning of 'THREAD GROUP' literal object isn't clear, there really should be more of a description here...
THREAD_GROUP
public static final ReferableElementCategory PROCESS_LITERAL
If the meaning of 'PROCESS' literal object isn't clear, there really should be more of a description here...
PROCESS
public static final ReferableElementCategory MEMORY_LITERAL
If the meaning of 'MEMORY' literal object isn't clear, there really should be more of a description here...
MEMORY
public static final ReferableElementCategory PROCESSOR_LITERAL
If the meaning of 'PROCESSOR' literal object isn't clear, there really should be more of a description here...
PROCESSOR
public static final ReferableElementCategory BUS_LITERAL
If the meaning of 'BUS' literal object isn't clear, there really should be more of a description here...
BUS
public static final ReferableElementCategory DEVICE_LITERAL
If the meaning of 'DEVICE' literal object isn't clear, there really should be more of a description here...
DEVICE
public static final ReferableElementCategory SYSTEM_LITERAL
If the meaning of 'SYSTEM' literal object isn't clear, there really should be more of a description here...
SYSTEM
public static final ReferableElementCategory CONNECTIONS_LITERAL
If the meaning of 'CONNECTIONS' literal object isn't clear, there really should be more of a description here...
CONNECTIONS
public static final ReferableElementCategory SERVER_SUBPROGRAM_LITERAL
If the meaning of 'SERVER SUBPROGRAM' literal object isn't clear, there really should be more of a description here...
SERVER_SUBPROGRAM
public static final java.util.List VALUES
Method Detail |
---|
public static ReferableElementCategory get(java.lang.String literal)
public static ReferableElementCategory getByName(java.lang.String name)
public static ReferableElementCategory get(int value)
public final java.lang.String getFileName()
public final java.lang.String getReadableName()
public final java.lang.String getUnparseName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |