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

Packages that use PropertyConstantType
edu.cmu.sei.aadl.model.property   
edu.cmu.sei.aadl.model.property.impl   
edu.cmu.sei.aadl.model.property.util   
 

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

Subinterfaces of PropertyConstantType in edu.cmu.sei.aadl.model.property
 interface Aadlboolean
          A representation of the model object 'Aadlboolean'
 interface Aadlinteger
          A representation of the model object 'Aadlinteger'
 interface Aadlreal
          A representation of the model object 'Aadlreal'
 interface Aadlstring
          A representation of the model object 'Aadlstring'
 interface EnumType
          A representation of the model object 'Enum Type'
 interface NumberType
          A representation of the model object 'Number Type'
 interface RangeType
          A representation of the model object 'Range Type'
 

Methods in edu.cmu.sei.aadl.model.property that return PropertyConstantType
 PropertyConstantType PropertyFactory.createPropertyConstantType()
          Returns a new object of class 'Constant Type'
 PropertyConstantType PropertyConstant.getPropertyType()
          Returns the value of the 'Property Type' containment reference
 PropertyConstantType PropertyConstant.getPropertyTypeReference()
          Returns the value of the 'Property Type Reference' reference
 

Methods in edu.cmu.sei.aadl.model.property with parameters of type PropertyConstantType
 void PropertyConstant.setPropertyType(PropertyConstantType value)
          Sets the value of the 'Property Type' containment reference
 void PropertyConstant.setPropertyTypeReference(PropertyConstantType value)
          Sets the value of the 'Property Type Reference' reference
 

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

Classes in edu.cmu.sei.aadl.model.property.impl that implement PropertyConstantType
 class AadlbooleanImpl
          An implementation of the model object 'Aadlboolean'
 class AadlintegerImpl
          An implementation of the model object 'Aadlinteger'
 class AadlrealImpl
          An implementation of the model object 'Aadlreal'
 class AadlstringImpl
          An implementation of the model object 'Aadlstring'
 class EnumTypeImpl
          An implementation of the model object 'Enum Type'
 class NumberTypeImpl
          An implementation of the model object 'Number Type'
 class PropertyConstantTypeImpl
          An implementation of the model object 'Constant Type'
 class RangeTypeImpl
          An implementation of the model object 'Range Type'
 

Fields in edu.cmu.sei.aadl.model.property.impl declared as PropertyConstantType
protected  PropertyConstantType PropertyConstantImpl.propertyType
          The cached value of the 'Property Type' containment reference
protected  PropertyConstantType PropertyConstantImpl.propertyTypeReference
          The cached value of the 'Property Type Reference' reference
 

Methods in edu.cmu.sei.aadl.model.property.impl that return PropertyConstantType
 PropertyConstantType PropertyConstantImpl.basicGetPropertyTypeReference()
           
 PropertyConstantType PropertyFactoryImpl.createPropertyConstantType()
           
 PropertyConstantType PropertyConstantImpl.getPropertyType()
           
 PropertyConstantType PropertyConstantImpl.getPropertyTypeReference()
           
 

Methods in edu.cmu.sei.aadl.model.property.impl with parameters of type PropertyConstantType
 org.eclipse.emf.common.notify.NotificationChain PropertyConstantImpl.basicSetPropertyType(PropertyConstantType newPropertyType, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void PropertyConstantImpl.setPropertyType(PropertyConstantType newPropertyType)
           
 void PropertyConstantImpl.setPropertyTypeReference(PropertyConstantType newPropertyTypeReference)
           
 

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

Methods in edu.cmu.sei.aadl.model.property.util with parameters of type PropertyConstantType
 java.lang.Object PropertySwitch.casePropertyConstantType(PropertyConstantType object)
          Returns the result of interpretting the object as an instance of 'Constant Type'