edu.cmu.sei.aadl.model.connection
Class ConnectionTiming

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

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

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

See Also:
ConnectionPackage.getConnectionTiming(), Serialized Form

Field Summary
static java.lang.String copyright
           
static int DELAYED
          The 'Delayed' literal value
static ConnectionTiming DELAYED_LITERAL
          The 'Delayed' literal object
static int IMMEDIATE
          The 'Immediate' literal value
static ConnectionTiming IMMEDIATE_LITERAL
          The 'Immediate' literal object
static java.util.List VALUES
          A public read-only list of all the 'Timing' enumerators
 
Method Summary
static ConnectionTiming get(int value)
          Returns the 'Timing' literal with the specified integer value
static ConnectionTiming get(java.lang.String literal)
          Returns the 'Timing' literal with the specified literal value
static ConnectionTiming getByName(java.lang.String name)
          Returns the 'Timing' 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

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values

IMMEDIATE

public static final int IMMEDIATE
The 'Immediate' literal value.

See Also:
IMMEDIATE_LITERAL, Constant Field Values

DELAYED

public static final int DELAYED
The 'Delayed' literal value.

See Also:
DELAYED_LITERAL, Constant Field Values

IMMEDIATE_LITERAL

public static final ConnectionTiming IMMEDIATE_LITERAL
The 'Immediate' literal object.

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

See Also:
IMMEDIATE

DELAYED_LITERAL

public static final ConnectionTiming DELAYED_LITERAL
The 'Delayed' literal object.

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

See Also:
DELAYED

VALUES

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

Method Detail

get

public static ConnectionTiming get(java.lang.String literal)
Returns the 'Timing' literal with the specified literal value.


getByName

public static ConnectionTiming getByName(java.lang.String name)
Returns the 'Timing' literal with the specified name.


get

public static ConnectionTiming get(int value)
Returns the 'Timing' literal with the specified integer value.


getFileName

public final java.lang.String getFileName()

getReadableName

public final java.lang.String getReadableName()

getUnparseName

public final java.lang.String getUnparseName()