Uses of Class
edu.cmu.sei.aadl.aadl2.ConnectionTiming

Packages that use ConnectionTiming
edu.cmu.sei.aadl.aadl2   
 

Uses of ConnectionTiming in edu.cmu.sei.aadl.aadl2
 

Fields in edu.cmu.sei.aadl.aadl2 with type parameters of type ConnectionTiming
static java.util.List<ConnectionTiming> ConnectionTiming.VALUES
          A public read-only list of all the 'Connection Timing' enumerators
 

Methods in edu.cmu.sei.aadl.aadl2 that return ConnectionTiming
static ConnectionTiming ConnectionTiming.get(int value)
          Returns the 'Connection Timing' literal with the specified integer value
static ConnectionTiming ConnectionTiming.get(java.lang.String literal)
          Returns the 'Connection Timing' literal with the specified literal value
static ConnectionTiming ConnectionTiming.getByName(java.lang.String name)
          Returns the 'Connection Timing' literal with the specified name
static ConnectionTiming ConnectionTiming.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ConnectionTiming[] ConnectionTiming.values()
          Returns an array containing the constants of this enum type, in the order they are declared.