org.omg.uml.foundation.datatypes
Interface MappingExpressionClass

All Superinterfaces:
javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefClass, javax.jmi.reflect.RefFeatured

public interface MappingExpressionClass
extends javax.jmi.reflect.RefClass

MappingExpression class proxy interface.


Method Summary
 MappingExpression createMappingExpression()
          The default factory operation used to create an instance object.
 MappingExpression createMappingExpression(String language, String body)
          Creates an instance object having attributes initialized by the passed values.
 
Methods inherited from interface javax.jmi.reflect.RefClass
refAllOfClass, refAllOfType, refCreateInstance, refCreateStruct, refCreateStruct, refGetEnum, refGetEnum
 
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

createMappingExpression

public MappingExpression createMappingExpression()
The default factory operation used to create an instance object.

Returns:
The created instance object.

createMappingExpression

public MappingExpression createMappingExpression(String language,
                                                 String body)
Creates an instance object having attributes initialized by the passed values.

Parameters:
language -
body -
Returns:
The created instance object.