Uses of Interface
edu.cmu.sei.aadl.aadl2.EnumerationValue

Packages that use EnumerationValue
edu.cmu.sei.aadl.aadl2   
edu.cmu.sei.aadl.aadl2.impl   
edu.cmu.sei.aadl.aadl2.util   
edu.cmu.sei.aadl.modelsupport.properties   
 

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

Methods in edu.cmu.sei.aadl.aadl2 that return EnumerationValue
 EnumerationValue Aadl2Factory.createEnumerationValue()
          Returns a new object of class 'Enumeration Value'
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement EnumerationValue
 class EnumerationValueImpl
          An implementation of the model object 'Enumeration Value'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return EnumerationValue
 EnumerationValue Aadl2FactoryImpl.createEnumerationValue()
           
 

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

Methods in edu.cmu.sei.aadl.aadl2.util with parameters of type EnumerationValue
 T Aadl2Switch.caseEnumerationValue(EnumerationValue object)
          Returns the result of interpreting the object as an instance of 'Enumeration Value'
 boolean Aadl2Validator.validateEnumerationValue(EnumerationValue enumerationValue, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

Uses of EnumerationValue in edu.cmu.sei.aadl.modelsupport.properties
 

Methods in edu.cmu.sei.aadl.modelsupport.properties that return EnumerationValue
static EnumerationValue PropertyUtils.createEnumValue(EnumerationLiteral literal)
          Create a enumeration value from an enumeration literal.