Uses of Interface
org.eclipse.uml2.StringExpression

Packages that use StringExpression
org.eclipse.uml2   
org.eclipse.uml2.util   
 

Uses of StringExpression in org.eclipse.uml2
 

Methods in org.eclipse.uml2 that return StringExpression
 StringExpression UML2Factory.createStringExpression()
          Returns a new object of class 'String Expression'
 StringExpression StringExpression.createSubExpression(EClass eClass)
          Creates a StringExpression and appends it to the 'Sub Expression' containment reference list
 StringExpression StringExpression.getOwningExpression()
          Returns the value of the 'Owning Expression' container reference.
 StringExpression NamedElement.getNameExpression()
          Returns the value of the 'Name Expression' containment reference
 StringExpression NamedElement.createNameExpression(EClass eClass)
          Creates a StringExpression and sets the 'Name Expression' containment reference
 StringExpression Comment.getBodyExpression()
          Returns the value of the 'Body Expression' containment reference
 StringExpression Comment.createBodyExpression(EClass eClass)
          Creates a StringExpression and sets the 'Body Expression' containment reference
 

Methods in org.eclipse.uml2 with parameters of type StringExpression
 void StringExpression.setOwningExpression(StringExpression value)
          Sets the value of the 'Owning Expression' container reference
 void NamedElement.setNameExpression(StringExpression value)
          Sets the value of the 'Name Expression' containment reference
 void Comment.setBodyExpression(StringExpression value)
          Sets the value of the 'Body Expression' containment reference
 

Uses of StringExpression in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type StringExpression
 boolean UML2Validator.validateStringExpression(StringExpression stringExpression, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseStringExpression(StringExpression object)
          Returns the result of interpretting the object as an instance of 'String Expression'
 


Copyright 2003, 2004 IBM Corporation and others.
All Rights Reserved.