net.sf.farrago.cwm.datatypes
Interface CwmQueryExpressionClass
- All Superinterfaces:
- RefBaseObject, RefClass, RefFeatured
- All Known Implementing Classes:
- CwmQueryExpressionClass$Hib
public interface CwmQueryExpressionClass
- extends RefClass
QueryExpression class proxy interface.
QueryExpression instances contain query statements in language-dependent
form.
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.
createCwmQueryExpression
CwmQueryExpression createCwmQueryExpression()
- The default factory operation used to create an instance object.
- Returns:
- The created instance object.
createCwmQueryExpression
CwmQueryExpression createCwmQueryExpression(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.