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

Packages that use EnumerationLiteral
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 EnumerationLiteral in edu.cmu.sei.aadl.aadl2
 

Subinterfaces of EnumerationLiteral in edu.cmu.sei.aadl.aadl2
 interface UnitLiteral
          A representation of the model object ' Unit Literal'.
 

Methods in edu.cmu.sei.aadl.aadl2 that return EnumerationLiteral
 EnumerationLiteral Aadl2Factory.createEnumerationLiteral()
          Returns a new object of class 'Enumeration Literal'
 EnumerationLiteral EnumerationType.createOwnedLiteral()
          Creates a new EnumerationLiteral and appends it to the 'Owned Literal' containment reference list
 EnumerationLiteral EnumerationType.createOwnedLiteral(org.eclipse.emf.ecore.EClass eClass)
          Creates a new EnumerationLiteral and appends it to the 'Owned Literal' containment reference list
 EnumerationLiteral EnumerationType.findLiteral(java.lang.String literalName)
           
 EnumerationLiteral EnumerationValue.getLiteral()
          Returns the value of the 'Literal' reference
 

Methods in edu.cmu.sei.aadl.aadl2 that return types with arguments of type EnumerationLiteral
 org.eclipse.emf.common.util.EList<EnumerationLiteral> EnumerationType.getOwnedLiterals()
          Returns the value of the 'Owned Literal' containment reference list.
 

Methods in edu.cmu.sei.aadl.aadl2 with parameters of type EnumerationLiteral
 void EnumerationValue.setLiteral(EnumerationLiteral value)
          Sets the value of the 'Literal' reference
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement EnumerationLiteral
 class EnumerationLiteralImpl
          An implementation of the model object 'Enumeration Literal'
 class UnitLiteralImpl
          An implementation of the model object ' Unit Literal'.
 

Fields in edu.cmu.sei.aadl.aadl2.impl declared as EnumerationLiteral
protected  EnumerationLiteral EnumerationValueImpl.literal
          The cached value of the 'Literal' reference
 

Fields in edu.cmu.sei.aadl.aadl2.impl with type parameters of type EnumerationLiteral
protected  org.eclipse.emf.common.util.EList<EnumerationLiteral> EnumerationTypeImpl.ownedLiterals
          The cached value of the 'Owned Literal' containment reference list
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return EnumerationLiteral
 EnumerationLiteral EnumerationValueImpl.basicGetLiteral()
           
 EnumerationLiteral Aadl2FactoryImpl.createEnumerationLiteral()
           
 EnumerationLiteral UnitsTypeImpl.createOwnedLiteral()
           
 EnumerationLiteral EnumerationTypeImpl.createOwnedLiteral()
           
 EnumerationLiteral EnumerationTypeImpl.createOwnedLiteral(org.eclipse.emf.ecore.EClass eClass)
           
 EnumerationLiteral EnumerationTypeImpl.findLiteral(java.lang.String literalName)
           
 EnumerationLiteral EnumerationValueImpl.getLiteral()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return types with arguments of type EnumerationLiteral
 org.eclipse.emf.common.util.EList<EnumerationLiteral> UnitsTypeImpl.getOwnedLiterals()
           
 org.eclipse.emf.common.util.EList<EnumerationLiteral> EnumerationTypeImpl.getOwnedLiterals()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl with parameters of type EnumerationLiteral
 void EnumerationValueImpl.setLiteral(EnumerationLiteral newLiteral)
           
 

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

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

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

Methods in edu.cmu.sei.aadl.modelsupport.properties that return EnumerationLiteral
static EnumerationLiteral GetProperties.getDeviceDispatchProtocol(NamedElement ne)
           
static EnumerationLiteral GetProperties.getDispatchProtocol(NamedElement ne)
           
static EnumerationLiteral PropertyUtils.getEnumLiteral(NamedElement ph, Property pd)
          Get a non-modal enumeration property value.
 

Methods in edu.cmu.sei.aadl.modelsupport.properties with parameters of type EnumerationLiteral
static EnumerationValue PropertyUtils.createEnumValue(EnumerationLiteral literal)
          Create a enumeration value from an enumeration literal.