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

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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return FlowKind
static FlowKind FlowKind.get(int value)
          Returns the 'Flow Kind' literal with the specified integer value
static FlowKind FlowKind.get(java.lang.String literal)
          Returns the 'Flow Kind' literal with the specified literal value
static FlowKind FlowKind.getByName(java.lang.String name)
          Returns the 'Flow Kind' literal with the specified name
 FlowKind FlowImplementation.getKind()
          Returns the value of the 'Kind' attribute.
 FlowKind FlowSpecification.getKind()
          Returns the value of the 'Kind' attribute.
static FlowKind FlowKind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FlowKind[] FlowKind.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 FlowKind
 void FlowImplementation.setKind(FlowKind value)
          Sets the value of the 'Kind' attribute
 void FlowSpecification.setKind(FlowKind value)
          Sets the value of the 'Kind' attribute
 

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

Fields in edu.cmu.sei.aadl.aadl2.impl declared as FlowKind
protected  FlowKind FlowSpecificationImpl.kind
          The cached value of the 'Kind' attribute
protected  FlowKind FlowImplementationImpl.kind
          The cached value of the 'Kind' attribute
protected static FlowKind FlowSpecificationImpl.KIND_EDEFAULT
          The default value of the 'Kind' attribute
protected static FlowKind FlowImplementationImpl.KIND_EDEFAULT
          The default value of the 'Kind' attribute
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return FlowKind
 FlowKind Aadl2FactoryImpl.createFlowKindFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 FlowKind FlowSpecificationImpl.getKind()
           
 FlowKind FlowImplementationImpl.getKind()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl with parameters of type FlowKind
 void FlowSpecificationImpl.setKind(FlowKind newKind)
           
 void FlowImplementationImpl.setKind(FlowKind newKind)
           
 

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

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