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

Packages that use ConnectionKind
edu.cmu.sei.aadl.aadl2   
edu.cmu.sei.aadl.aadl2.impl   
edu.cmu.sei.aadl.aadl2.util   
 

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

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

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

Methods in edu.cmu.sei.aadl.aadl2 with parameters of type ConnectionKind
 void Connection.setKind(ConnectionKind value)
          Sets the value of the 'Kind' attribute
 

Uses of ConnectionKind in edu.cmu.sei.aadl.aadl2.impl
 

Fields in edu.cmu.sei.aadl.aadl2.impl declared as ConnectionKind
protected static ConnectionKind ConnectionImpl.KIND_EDEFAULT
          The default value of the 'Kind' attribute
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return ConnectionKind
 ConnectionKind Aadl2FactoryImpl.createConnectionKindFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ConnectionKind ConnectionImpl.getKind()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl with parameters of type ConnectionKind
 void ConnectionImpl.setKind(ConnectionKind newKind)
           
 

Uses of ConnectionKind in edu.cmu.sei.aadl.aadl2.util
 

Methods in edu.cmu.sei.aadl.aadl2.util with parameters of type ConnectionKind
 boolean Aadl2Validator.validateConnectionKind(ConnectionKind connectionKind, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)