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

Packages that use IntegerValue
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 IntegerValue in edu.cmu.sei.aadl.model.properties
 

Methods in edu.cmu.sei.aadl.model.properties that return IntegerValue
static IntegerValue PropertyUtils.createIntegerValue(long intValue)
          Creates a PropertyValue for an aadlinteger.
static IntegerValue PropertyUtils.createIntegerValue(long intValue, UnitLiteral unit)
          Creates a PropertyValue for an aadlinteger with units.
 

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

Methods in edu.cmu.sei.aadl.model.property that return IntegerValue
 IntegerValue PropertyFactory.createIntegerValue()
          Returns a new object of class 'Integer Value'
 

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

Classes in edu.cmu.sei.aadl.model.property.impl that implement IntegerValue
 class IntegerValueImpl
          An implementation of the model object 'Integer Value'
 

Methods in edu.cmu.sei.aadl.model.property.impl that return IntegerValue
 IntegerValue PropertyFactoryImpl.createIntegerValue()
           
 

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

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