net.sf.farrago.cwm.core
Interface CwmProcedureExpressionClass

All Superinterfaces:
RefBaseObject, RefClass, RefFeatured
All Known Implementing Classes:
CwmProcedureExpressionClass$Hib

public interface CwmProcedureExpressionClass
extends RefClass

ProcedureExpression class proxy interface. In the metamodel ProcedureExpression defines a statement which will result in a change to the values of its environment when it is evaluated.

Note: This type should not be subclassed, implemented or directly instantiated by clients. It is generated from a MOF metamodel and implemented by Enki or MDR.


Method Summary
 CwmProcedureExpression createCwmProcedureExpression()
          The default factory operation used to create an instance object.
 CwmProcedureExpression createCwmProcedureExpression(String body, String language)
          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

createCwmProcedureExpression

CwmProcedureExpression createCwmProcedureExpression()
The default factory operation used to create an instance object.

Returns:
The created instance object.

createCwmProcedureExpression

CwmProcedureExpression createCwmProcedureExpression(String body,
                                                    String language)
Creates an instance object having attributes initialized by the passed values.

Parameters:
body - The text of the expression expressed in the given language.
language - Names the language in which the expression body is represented. The interpretation of the expression depends on the language. If the language name is omitted, no interpretation for the expression can be assumed. In general, a language name should be spelled and capitalized exactly as it appears in the document defining the language. For example, use COBOL, not Cobol; use Ada, not ADA; use PostScript, not Postscript.
Returns:
The created instance object.