org.eclipse.emf.ocl.expressions
Interface TupleLiteralPart

All Superinterfaces:
ASTNode, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, TypedASTNode, TypedElement, Visitable
All Known Implementing Classes:
TupleLiteralPartImpl

public interface TupleLiteralPart
extends TypedElement, Visitable, TypedASTNode

A representation of the model object 'Tuple Literal Part'.

The following features are supported:

See Also:
ExpressionsPackage.getTupleLiteralPart()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 org.eclipse.emf.ecore.EStructuralFeature getAttribute()
          Returns the value of the 'Attribute' reference
 OCLExpression getValue()
          Returns the value of the 'Value' containment reference
 void setAttribute(org.eclipse.emf.ecore.EStructuralFeature value)
          Sets the value of the 'Attribute' reference
 void setValue(OCLExpression value)
          Sets the value of the 'Value' containment reference
 
Methods inherited from interface org.eclipse.emf.ocl.uml.TypedElement
getType, setType
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.emf.ocl.utilities.Visitable
accept
 
Methods inherited from interface org.eclipse.emf.ocl.utilities.TypedASTNode
getTypeEndPosition, getTypeStartPosition, setTypeEndPosition, setTypeStartPosition
 
Methods inherited from interface org.eclipse.emf.ocl.utilities.ASTNode
getEndPosition, getStartPosition, setEndPosition, setStartPosition
 

Field Detail

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getValue

public OCLExpression getValue()
Returns the value of the 'Value' containment reference.

If the meaning of the 'Value' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Value' containment reference.
See Also:
TupleLiteralPart.setValue(OCLExpression), ExpressionsPackage.getTupleLiteralPart_Value()

setValue

public void setValue(OCLExpression value)
Sets the value of the 'Value' containment reference.

Parameters:
value - the new value of the 'Value' containment reference.
See Also:
TupleLiteralPart.getValue()

getAttribute

public org.eclipse.emf.ecore.EStructuralFeature getAttribute()
Returns the value of the 'Attribute' reference.

If the meaning of the 'Attribute' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Attribute' reference.
See Also:
TupleLiteralPart.setAttribute(EStructuralFeature), ExpressionsPackage.getTupleLiteralPart_Attribute()

setAttribute

public void setAttribute(org.eclipse.emf.ecore.EStructuralFeature value)
Sets the value of the 'Attribute' reference.

Parameters:
value - the new value of the 'Attribute' reference.
See Also:
TupleLiteralPart.getAttribute()

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