|
||||||||||
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.ComponentCategory
public final class ComponentCategory
A representation of the literals of the enumeration 'Component Category', and utility methods for working with them.
PropertyPackage.getComponentCategory()
,
Serialized FormField Summary | |
---|---|
static int |
BUS
The 'BUS' literal value |
static ComponentCategory |
BUS_LITERAL
The 'BUS' literal object |
static java.lang.String |
copyright
|
static int |
DATA
The 'DATA' literal value |
static ComponentCategory |
DATA_LITERAL
The 'DATA' literal object |
static int |
DEVICE
The 'DEVICE' literal value |
static ComponentCategory |
DEVICE_LITERAL
The 'DEVICE' literal object |
static int |
MEMORY
The 'MEMORY' literal value |
static ComponentCategory |
MEMORY_LITERAL
The 'MEMORY' literal object |
static int |
PROCESS
The 'PROCESS' literal value |
static ComponentCategory |
PROCESS_LITERAL
The 'PROCESS' literal object |
static int |
PROCESSOR
The 'PROCESSOR' literal value |
static ComponentCategory |
PROCESSOR_LITERAL
The 'PROCESSOR' literal object |
static int |
SUBPROGRAM
The 'SUBPROGRAM' literal value |
static ComponentCategory |
SUBPROGRAM_LITERAL
The 'SUBPROGRAM' literal object |
static int |
SYSTEM
The 'SYSTEM' literal value |
static ComponentCategory |
SYSTEM_LITERAL
The 'SYSTEM' literal object |
static int |
THREAD
The 'THREAD' literal value |
static int |
THREAD_GROUP
The 'THREAD GROUP' literal value |
static ComponentCategory |
THREAD_GROUP_LITERAL
The 'THREAD GROUP' literal object |
static ComponentCategory |
THREAD_LITERAL
The 'THREAD' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Component Category' enumerators |
Method Summary | |
---|---|
static ComponentCategory |
get(int value)
Returns the 'Component Category' literal with the specified integer value |
static ComponentCategory |
get(java.lang.String literal)
Returns the 'Component Category' literal with the specified literal value |
static ComponentCategory |
getByName(java.lang.String name)
Returns the 'Component 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 ComponentCategory 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 ComponentCategory 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 ComponentCategory 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 ComponentCategory 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 ComponentCategory 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 ComponentCategory 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 ComponentCategory 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 ComponentCategory 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 ComponentCategory 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 ComponentCategory 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 java.util.List VALUES
Method Detail |
---|
public static ComponentCategory get(java.lang.String literal)
public static ComponentCategory getByName(java.lang.String name)
public static ComponentCategory get(int value)
public final java.lang.String getUnparseName()
public final java.lang.String getFileName()
public final java.lang.String getReadableName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |