|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
NamedElement.createNameExpression(java.lang.String name,
Type type)
Creates a new StringExpression ,with the specified 'Name', and 'Type', and sets the 'Name Expression' containment reference |
StringExpression |
UMLFactory.createStringExpression()
Returns a new object of class 'String Expression' |
StringExpression |
StringExpression.createSubExpression(java.lang.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 |
NamedElement.getNameExpression()
Returns the value of the 'Name Expression' containment reference. |
StringExpression |
StringExpression.getOwningExpression()
Returns the value of the 'Owning Expression' container reference. |
StringExpression |
StringExpression.getSubExpression(java.lang.String name,
Type type)
Retrieves the first StringExpression with the specified 'Name', and 'Type' from the 'Sub Expression' containment reference list |
StringExpression |
StringExpression.getSubExpression(java.lang.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 |
Methods in org.eclipse.uml2.uml that return types with arguments of type StringExpression | |
---|---|
org.eclipse.emf.common.util.EList<StringExpression> |
StringExpression.getSubExpressions()
Returns the value of the 'Sub Expression' containment reference list. |
Methods in org.eclipse.uml2.uml with parameters of type StringExpression | |
---|---|
void |
NamedElement.setNameExpression(StringExpression value)
Sets the value of the ' Name Expression ' containment reference |
void |
StringExpression.setOwningExpression(StringExpression value)
Sets the value of the ' Owning Expression ' container reference |
Uses of StringExpression in org.eclipse.uml2.uml.util |
---|
Methods in org.eclipse.uml2.uml.util with parameters of type StringExpression | |
---|---|
T |
UMLSwitch.caseStringExpression(StringExpression object)
Returns the result of interpreting the object as an instance of 'String Expression' |
boolean |
UMLValidator.validateStringExpression_validateOperands(StringExpression stringExpression,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
Validates the validateOperands constraint of 'String Expression' |
boolean |
UMLValidator.validateStringExpression_validateSubexpressions(StringExpression stringExpression,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
Validates the validateSubexpressions constraint of 'String Expression' |
boolean |
UMLValidator.validateStringExpression(StringExpression stringExpression,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
|
|
Copyright 2003, 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV NEXT | FRAMES NO FRAMES |