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

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

Methods in edu.cmu.sei.aadl.model.properties that return StringValue
static StringValue PropertyUtils.createStringValue(java.lang.String stringValue)
          Creates a PropertyValue for a string.
 

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

Methods in edu.cmu.sei.aadl.model.property that return StringValue
 StringValue PropertyFactory.createStringValue()
          Returns a new object of class 'String Value'
 

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

Classes in edu.cmu.sei.aadl.model.property.impl that implement StringValue
 class StringValueImpl
          An implementation of the model object 'String Value'
 

Methods in edu.cmu.sei.aadl.model.property.impl that return StringValue
 StringValue PropertyFactoryImpl.createStringValue()
           
 

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

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