Uses of Interface
org.openxma.dsl.dom.model.StringLiteralValue

Packages that use StringLiteralValue
org.openxma.dsl.dom   
org.openxma.dsl.dom.model   
org.openxma.dsl.dom.model.impl   
org.openxma.dsl.dom.util   
 

Uses of StringLiteralValue in org.openxma.dsl.dom
 

Methods in org.openxma.dsl.dom that return StringLiteralValue
 StringLiteralValue DomFactory.createStringLiteralValue()
          Returns a new object of class 'String Literal Value'.
 

Uses of StringLiteralValue in org.openxma.dsl.dom.model
 

Methods in org.openxma.dsl.dom.model that return StringLiteralValue
 StringLiteralValue TrimFunction.getCharacter()
          Returns the value of the 'Character' containment reference.
 

Methods in org.openxma.dsl.dom.model with parameters of type StringLiteralValue
 void TrimFunction.setCharacter(StringLiteralValue value)
          Sets the value of the 'Character' containment reference.
 

Uses of StringLiteralValue in org.openxma.dsl.dom.model.impl
 

Classes in org.openxma.dsl.dom.model.impl that implement StringLiteralValue
 class StringLiteralValueImpl
          An implementation of the model object 'String Literal Value'.
 

Fields in org.openxma.dsl.dom.model.impl declared as StringLiteralValue
protected  StringLiteralValue TrimFunctionImpl.character
          The cached value of the 'Character' containment reference.
 

Methods in org.openxma.dsl.dom.model.impl that return StringLiteralValue
 StringLiteralValue DomFactoryImpl.createStringLiteralValue()
           
 StringLiteralValue TrimFunctionImpl.getCharacter()
           
 

Methods in org.openxma.dsl.dom.model.impl with parameters of type StringLiteralValue
 org.eclipse.emf.common.notify.NotificationChain TrimFunctionImpl.basicSetCharacter(StringLiteralValue newCharacter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void TrimFunctionImpl.setCharacter(StringLiteralValue newCharacter)
           
 

Uses of StringLiteralValue in org.openxma.dsl.dom.util
 

Methods in org.openxma.dsl.dom.util with parameters of type StringLiteralValue
 T DomSwitch.caseStringLiteralValue(StringLiteralValue object)
          Returns the result of interpreting the object as an instance of 'String Literal Value'.
 



Copyright © 2013. All Rights Reserved.