edu.cmu.sei.aadl.model.instance
Class FeatureCategory

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by edu.cmu.sei.aadl.model.instance.FeatureCategory
All Implemented Interfaces:
java.io.Serializable, org.eclipse.emf.common.util.Enumerator

public final class FeatureCategory
extends org.eclipse.emf.common.util.AbstractEnumerator

A representation of the literals of the enumeration 'Feature Category', and utility methods for working with them.

See Also:
InstancePackage.getFeatureCategory(), Serialized Form

Field Summary
static int BUSACCESS
          The 'Busaccess' literal value
static FeatureCategory BUSACCESS_LITERAL
          The 'Busaccess' literal object
static java.lang.String copyright
           
static int DATA
          The 'Data' literal value
static FeatureCategory DATA_LITERAL
          The 'Data' literal object
static int DATAACCESS
          The 'Dataaccess' literal value
static FeatureCategory DATAACCESS_LITERAL
          The 'Dataaccess' literal object
static int EVENT
          The 'Event' literal value
static FeatureCategory EVENT_LITERAL
          The 'Event' literal object
static int EVENTDATA
          The 'Eventdata' literal value
static FeatureCategory EVENTDATA_LITERAL
          The 'Eventdata' literal object
static int PARAMETER
          The 'Parameter' literal value
static FeatureCategory PARAMETER_LITERAL
          The 'Parameter' literal object
static int PORTGROUP
          The 'Portgroup' literal value
static FeatureCategory PORTGROUP_LITERAL
          The 'Portgroup' literal object
static int SERVERSUBPROGRAM
          The 'Serversubprogram' literal value
static FeatureCategory SERVERSUBPROGRAM_LITERAL
          The 'Serversubprogram' literal object
static int SUBPROGRAM
          The 'Subprogram' literal value
static FeatureCategory SUBPROGRAM_LITERAL
          The 'Subprogram' literal object
static java.util.List VALUES
          A public read-only list of all the 'Feature Category' enumerators
 
Method Summary
static FeatureCategory get(int value)
          Returns the 'Feature Category' literal with the specified integer value
static FeatureCategory get(java.lang.String literal)
          Returns the 'Feature Category' literal with the specified literal value
static FeatureCategory getByName(java.lang.String name)
          Returns the 'Feature Category' literal with the specified name
 java.lang.String getFilename()
          Deprecated. Use getFileName()
 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

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values

DATA

public static final int DATA
The 'Data' literal value.

See Also:
DATA_LITERAL, Constant Field Values

EVENT

public static final int EVENT
The 'Event' literal value.

See Also:
EVENT_LITERAL, Constant Field Values

PARAMETER

public static final int PARAMETER
The 'Parameter' literal value.

See Also:
PARAMETER_LITERAL, Constant Field Values

SUBPROGRAM

public static final int SUBPROGRAM
The 'Subprogram' literal value.

See Also:
SUBPROGRAM_LITERAL, Constant Field Values

EVENTDATA

public static final int EVENTDATA
The 'Eventdata' literal value.

See Also:
EVENTDATA_LITERAL, Constant Field Values

BUSACCESS

public static final int BUSACCESS
The 'Busaccess' literal value.

See Also:
BUSACCESS_LITERAL, Constant Field Values

DATAACCESS

public static final int DATAACCESS
The 'Dataaccess' literal value.

See Also:
DATAACCESS_LITERAL, Constant Field Values

PORTGROUP

public static final int PORTGROUP
The 'Portgroup' literal value.

See Also:
PORTGROUP_LITERAL, Constant Field Values

SERVERSUBPROGRAM

public static final int SERVERSUBPROGRAM
The 'Serversubprogram' literal value.

See Also:
SERVERSUBPROGRAM_LITERAL, Constant Field Values

DATA_LITERAL

public static final FeatureCategory DATA_LITERAL
The 'Data' literal object.

If the meaning of 'Data' literal object isn't clear, there really should be more of a description here...

See Also:
DATA

EVENT_LITERAL

public static final FeatureCategory EVENT_LITERAL
The 'Event' literal object.

If the meaning of 'Event' literal object isn't clear, there really should be more of a description here...

See Also:
EVENT

PARAMETER_LITERAL

public static final FeatureCategory PARAMETER_LITERAL
The 'Parameter' literal object.

If the meaning of 'Parameter' literal object isn't clear, there really should be more of a description here...

See Also:
PARAMETER

SUBPROGRAM_LITERAL

public static final FeatureCategory SUBPROGRAM_LITERAL
The 'Subprogram' literal object.

If the meaning of 'Subprogram' literal object isn't clear, there really should be more of a description here...

See Also:
SUBPROGRAM

EVENTDATA_LITERAL

public static final FeatureCategory EVENTDATA_LITERAL
The 'Eventdata' literal object.

If the meaning of 'Eventdata' literal object isn't clear, there really should be more of a description here...

See Also:
EVENTDATA

BUSACCESS_LITERAL

public static final FeatureCategory BUSACCESS_LITERAL
The 'Busaccess' literal object.

If the meaning of 'Busaccess' literal object isn't clear, there really should be more of a description here...

See Also:
BUSACCESS

DATAACCESS_LITERAL

public static final FeatureCategory DATAACCESS_LITERAL
The 'Dataaccess' literal object.

If the meaning of 'Dataaccess' literal object isn't clear, there really should be more of a description here...

See Also:
DATAACCESS

PORTGROUP_LITERAL

public static final FeatureCategory PORTGROUP_LITERAL
The 'Portgroup' literal object.

If the meaning of 'Portgroup' literal object isn't clear, there really should be more of a description here...

See Also:
PORTGROUP

SERVERSUBPROGRAM_LITERAL

public static final FeatureCategory SERVERSUBPROGRAM_LITERAL
The 'Serversubprogram' literal object.

If the meaning of 'Serversubprogram' literal object isn't clear, there really should be more of a description here...

See Also:
SERVERSUBPROGRAM

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Feature Category' enumerators.

Method Detail

get

public static FeatureCategory get(java.lang.String literal)
Returns the 'Feature Category' literal with the specified literal value.


getByName

public static FeatureCategory getByName(java.lang.String name)
Returns the 'Feature Category' literal with the specified name.


get

public static FeatureCategory get(int value)
Returns the 'Feature Category' literal with the specified integer value.


getFilename

public java.lang.String getFilename()
Deprecated. Use getFileName()


getFileName

public final java.lang.String getFileName()

getReadableName

public final java.lang.String getReadableName()

getUnparseName

public final java.lang.String getUnparseName()