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

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

Methods in edu.cmu.sei.aadl.aadl2 that return StringLiteral
 StringLiteral Aadl2Factory.createStringLiteral()
          Returns a new object of class 'String Literal'
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement StringLiteral
 class StringLiteralImpl
          An implementation of the model object 'String Literal'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return StringLiteral
 StringLiteral Aadl2FactoryImpl.createStringLiteral()
           
 

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

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

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

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