public interface OpaqueExpression extends RuleModelElement, ValidatableObject
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getExpression()
Returns the value of the 'Expression' attribute
|
ParserOutput |
getParserOutput()
Returns the value of the 'Parser Output' containment reference
|
void |
setExpression(java.lang.String value)
Sets the value of the '
Expression' attribute |
void |
setParserOutput(ParserOutput value)
Sets the value of the '
Parser Output' containment reference |
getDocumentingRuleStatementsgetValidationMessages, hasErrors, hasErrors, hasErrorsOrWarnings, hasErrorsOrWarnings, hasSeverity, hasSeverity, hasWarnings, hasWarnings, isValid, isValidjava.lang.String getExpression()
If the meaning of the 'Expression' attribute isn't clear, there really should be more of a description here...
setExpression(String),
ExpressionPackage.getOpaqueExpression_Expression()void setExpression(java.lang.String value)
Expression' attribute.
value - the new value of the 'Expression' attribute.getExpression()ParserOutput getParserOutput()
If the meaning of the 'Parser Output' containment reference isn't clear, there really should be more of a description here...
setParserOutput(ParserOutput),
ExpressionPackage.getOpaqueExpression_ParserOutput()void setParserOutput(ParserOutput value)
Parser Output' containment reference.
value - the new value of the 'Parser Output' containment reference.getParserOutput()Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.