org.omg.uml.foundation.datatypes
Interface Expression

All Superinterfaces:
javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject
All Known Subinterfaces:
ActionExpression, ArgListsExpression, BooleanExpression, IterationExpression, MappingExpression, ObjectSetExpression, ProcedureExpression, TimeExpression, TypeExpression

public interface Expression
extends javax.jmi.reflect.RefObject

Expression object instance interface.


Method Summary
 String getBody()
          Returns the value of attribute body.
 String getLanguage()
          Returns the value of attribute language.
 void setBody(String newValue)
          Sets the value of body attribute.
 void setLanguage(String newValue)
          Sets the value of language attribute.
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

getLanguage

public String getLanguage()
Returns the value of attribute language.

Returns:
Value of attribute language.

setLanguage

public void setLanguage(String newValue)
Sets the value of language attribute. See getLanguage() for description on the attribute.

Parameters:
newValue - New value to be set.

getBody

public String getBody()
Returns the value of attribute body.

Returns:
Value of attribute body.

setBody

public void setBody(String newValue)
Sets the value of body attribute. See getBody() for description on the attribute.

Parameters:
newValue - New value to be set.