public interface Cell extends ValidatableObject
The following features are supported:
DecisiontablePackage.getCell()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
ParserOutput |
getParserOutput()
Returns the value of the 'Parser Output' containment reference
|
java.lang.String |
getTooltip()
Returns the value of the 'Tooltip' attribute
|
void |
setParserOutput(ParserOutput value)
Sets the value of the '
Parser Output' containment reference |
void |
setTooltip(java.lang.String value)
Sets the value of the '
Tooltip' attribute |
getValidationMessages, hasErrors, hasErrors, hasErrorsOrWarnings, hasErrorsOrWarnings, hasSeverity, hasSeverity, hasWarnings, hasWarnings, isValid, isValidstatic final java.lang.String copyright
java.lang.String getTooltip()
If the meaning of the 'Tooltip' attribute isn't clear, there really should be more of a description here...
setTooltip(String),
DecisiontablePackage.getCell_Tooltip()void setTooltip(java.lang.String value)
Tooltip' attribute.
value - the new value of the 'Tooltip' attribute.getTooltip()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),
DecisiontablePackage.getCell_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.