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

Packages that use DirectionType
edu.cmu.sei.aadl.aadl2   
edu.cmu.sei.aadl.aadl2.impl   
edu.cmu.sei.aadl.aadl2.instance   
edu.cmu.sei.aadl.aadl2.instance.impl   
edu.cmu.sei.aadl.aadl2.util   
 

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return DirectionType
static DirectionType DirectionType.get(int value)
          Returns the 'Direction Type' literal with the specified integer value
static DirectionType DirectionType.get(java.lang.String literal)
          Returns the 'Direction Type' literal with the specified literal value
static DirectionType DirectionType.getByName(java.lang.String name)
          Returns the 'Direction Type' literal with the specified name
 DirectionType PortSpecification.getDirection()
          Returns the value of the 'Direction' attribute.
 DirectionType DirectedFeature.getDirection()
          Returns the value of the 'Direction' attribute.
 DirectionType FeaturePrototypeReference.getDirection()
          Returns the value of the 'Direction' attribute.
 DirectionType FeaturePrototype.getDirection()
          Returns the value of the 'Direction' attribute.
static DirectionType DirectionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DirectionType[] DirectionType.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 DirectionType
 void PortSpecification.setDirection(DirectionType value)
          Sets the value of the 'Direction' attribute
 void DirectedFeature.setDirection(DirectionType value)
          Sets the value of the 'Direction' attribute
 void FeaturePrototypeReference.setDirection(DirectionType value)
          Sets the value of the 'Direction' attribute
 void FeaturePrototype.setDirection(DirectionType value)
          Sets the value of the 'Direction' attribute
 

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

Fields in edu.cmu.sei.aadl.aadl2.impl declared as DirectionType
protected  DirectionType DirectedFeatureImpl.direction
          The cached value of the 'Direction' attribute
protected  DirectionType PortSpecificationImpl.direction
          The cached value of the 'Direction' attribute
protected  DirectionType FeaturePrototypeImpl.direction
          The cached value of the 'Direction' attribute
protected  DirectionType FeaturePrototypeReferenceImpl.direction
          The cached value of the 'Direction' attribute
protected static DirectionType DirectedFeatureImpl.DIRECTION_EDEFAULT
          The default value of the 'Direction' attribute
protected static DirectionType PortSpecificationImpl.DIRECTION_EDEFAULT
          The default value of the 'Direction' attribute
protected static DirectionType FeaturePrototypeImpl.DIRECTION_EDEFAULT
          The default value of the 'Direction' attribute
protected static DirectionType FeaturePrototypeReferenceImpl.DIRECTION_EDEFAULT
          The default value of the 'Direction' attribute
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return DirectionType
 DirectionType Aadl2FactoryImpl.createDirectionTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 DirectionType DirectedFeatureImpl.getDirection()
           
 DirectionType PortSpecificationImpl.getDirection()
           
 DirectionType FeaturePrototypeImpl.getDirection()
           
 DirectionType FeaturePrototypeReferenceImpl.getDirection()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl with parameters of type DirectionType
 void DirectedFeatureImpl.setDirection(DirectionType newDirection)
           
 void PortSpecificationImpl.setDirection(DirectionType newDirection)
           
 void FeaturePrototypeImpl.setDirection(DirectionType newDirection)
           
 void FeaturePrototypeReferenceImpl.setDirection(DirectionType newDirection)
           
 

Uses of DirectionType in edu.cmu.sei.aadl.aadl2.instance
 

Methods in edu.cmu.sei.aadl.aadl2.instance that return DirectionType
 DirectionType FeatureInstance.getDirection()
          Returns the value of the 'Direction' attribute.
 

Methods in edu.cmu.sei.aadl.aadl2.instance with parameters of type DirectionType
 void FeatureInstance.setDirection(DirectionType value)
          Sets the value of the 'Direction' attribute
 

Uses of DirectionType in edu.cmu.sei.aadl.aadl2.instance.impl
 

Fields in edu.cmu.sei.aadl.aadl2.instance.impl declared as DirectionType
protected  DirectionType FeatureInstanceImpl.direction
          The cached value of the 'Direction' attribute
protected static DirectionType FeatureInstanceImpl.DIRECTION_EDEFAULT
          The default value of the 'Direction' attribute
 

Methods in edu.cmu.sei.aadl.aadl2.instance.impl that return DirectionType
 DirectionType FeatureInstanceImpl.getDirection()
           
 

Methods in edu.cmu.sei.aadl.aadl2.instance.impl with parameters of type DirectionType
 void FeatureInstanceImpl.setDirection(DirectionType newDirection)
           
 

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

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