Uses of Interface
edu.cmu.sei.aadl.model.property.EnumValue

Packages that use EnumValue
edu.cmu.sei.aadl.model.properties This package contains interfaces and classes that are used in the lookup of property values. 
edu.cmu.sei.aadl.model.property   
edu.cmu.sei.aadl.model.property.impl   
edu.cmu.sei.aadl.model.property.util   
 

Uses of EnumValue in edu.cmu.sei.aadl.model.properties
 

Methods in edu.cmu.sei.aadl.model.properties that return EnumValue
static EnumValue PropertyUtils.createEnumValue(EnumLiteral enumValue)
          Creates a PropertyValue for an enumeration.
 

Uses of EnumValue in edu.cmu.sei.aadl.model.property
 

Methods in edu.cmu.sei.aadl.model.property that return EnumValue
 EnumValue PropertyFactory.createEnumValue()
          Returns a new object of class 'Enum Value'
 

Methods in edu.cmu.sei.aadl.model.property with parameters of type EnumValue
 int EnumValue.compare(EnumValue other)
          Compare two enumeration values.
 

Uses of EnumValue in edu.cmu.sei.aadl.model.property.impl
 

Classes in edu.cmu.sei.aadl.model.property.impl that implement EnumValue
 class EnumValueImpl
          An implementation of the model object 'Enum Value'
 

Methods in edu.cmu.sei.aadl.model.property.impl that return EnumValue
 EnumValue PropertyFactoryImpl.createEnumValue()
           
 

Methods in edu.cmu.sei.aadl.model.property.impl with parameters of type EnumValue
 int EnumValueImpl.compare(EnumValue other)
           
 

Uses of EnumValue in edu.cmu.sei.aadl.model.property.util
 

Methods in edu.cmu.sei.aadl.model.property.util with parameters of type EnumValue
 java.lang.Object PropertySwitch.caseEnumValue(EnumValue object)
          Returns the result of interpretting the object as an instance of 'Enum Value'