Uses of Interface
org.eclipse.uml2.uml.StringExpression

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

Uses of StringExpression in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return StringExpression
 StringExpression UMLFactory.createStringExpression()
          Returns a new object of class 'String Expression'
 StringExpression StringExpression.createSubExpression(String name, Type type)
          Creates a new StringExpression, with the specified 'Name', and 'Type', and appends it to the 'Sub Expression' containment reference list
 StringExpression StringExpression.getSubExpression(String name, Type type)
          Retrieves the first StringExpression with the specified 'Name', and 'Type' from the 'Sub Expression' containment reference list
 StringExpression StringExpression.getSubExpression(String name, Type type, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first StringExpression with the specified 'Name', and 'Type' from 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(String name, Type type)
          Creates a new StringExpression,with the specified 'Name', and 'Type', and sets the 'Name Expression' containment reference
 

Methods in org.eclipse.uml2.uml 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
 

Uses of StringExpression in org.eclipse.uml2.uml.util
 

Methods in org.eclipse.uml2.uml.util with parameters of type StringExpression
 boolean UMLValidator.validateStringExpression(StringExpression stringExpression, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateStringExpression_validateOperands(StringExpression stringExpression, DiagnosticChain diagnostics, Map context)
          Validates the validateOperands constraint of 'String Expression'
 boolean UMLValidator.validateStringExpression_validateSubexpressions(StringExpression stringExpression, DiagnosticChain diagnostics, Map context)
          Validates the validateSubexpressions constraint of 'String Expression'
 Object UMLSwitch.caseStringExpression(StringExpression object)
          Returns the result of interpretting the object as an instance of 'String Expression'
 


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