net.sf.farrago.cwm.core
Interface CwmBooleanExpressionClass
- All Superinterfaces:
- RefBaseObject, RefClass, RefFeatured
- All Known Implementing Classes:
- CwmBooleanExpressionClass$Hib
public interface CwmBooleanExpressionClass
- extends RefClass
BooleanExpression class proxy interface.
In the metamodel BooleanExpression defines a statement which will evaluate
to an instance of Boolean 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.
createCwmBooleanExpression
CwmBooleanExpression createCwmBooleanExpression()
- The default factory operation used to create an instance object.
- Returns:
- The created instance object.
createCwmBooleanExpression
CwmBooleanExpression createCwmBooleanExpression(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.