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

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

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

Subinterfaces of EnumerationType in edu.cmu.sei.aadl.aadl2
 interface UnitsType
          A representation of the model object 'Units Type'
 

Methods in edu.cmu.sei.aadl.aadl2 that return EnumerationType
 EnumerationType Aadl2Factory.createEnumerationType()
          Returns a new object of class 'Enumeration Type'
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement EnumerationType
 class EnumerationTypeImpl
          An implementation of the model object 'Enumeration Type'
 class UnitsTypeImpl
          An implementation of the model object 'Units Type'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return EnumerationType
 EnumerationType Aadl2FactoryImpl.createEnumerationType()
           
 

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

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