public interface Expression extends ParserOutput
The following features are supported:
AsgPackage.getExpression()| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getCellValue()
Returns the value of the 'Cell Value' attribute
|
java.lang.String |
getDatatype()
Returns the value of the 'Datatype' attribute
|
java.lang.Boolean |
getEnumeration()
Returns the value of the 'Enumeration' attribute
|
java.lang.String |
getExpressiontype()
Returns the value of the 'Expressiontype' attribute
|
TermList |
getModifiedTermList()
Returns the value of the 'Modified Term List' containment reference
|
TermList |
getReferencedTermList()
Returns the value of the 'Referenced Term List' containment reference
|
java.lang.String |
getText()
Returns the value of the 'Text' attribute
|
org.eclipse.emf.common.util.EList |
getTokenList()
Returns the value of the 'Token List' containment reference list.
|
void |
setCellValue(java.lang.Boolean value)
Sets the value of the '
Cell Value' attribute |
void |
setDatatype(java.lang.String value)
Sets the value of the '
Datatype' attribute |
void |
setEnumeration(java.lang.Boolean value)
Sets the value of the '
Enumeration' attribute |
void |
setExpressiontype(java.lang.String value)
Sets the value of the '
Expressiontype' attribute |
void |
setModifiedTermList(TermList value)
Sets the value of the '
Modified Term List' containment reference |
void |
setReferencedTermList(TermList value)
Sets the value of the '
Referenced Term List' containment reference |
void |
setText(java.lang.String value)
Sets the value of the '
Text' attribute |
java.lang.String getText()
If the meaning of the 'Text' attribute isn't clear, there really should be more of a description here...
setText(String),
AsgPackage.getExpression_Text()void setText(java.lang.String value)
Text' attribute.
value - the new value of the 'Text' attribute.getText()java.lang.String getDatatype()
If the meaning of the 'Datatype' attribute isn't clear, there really should be more of a description here...
setDatatype(String),
AsgPackage.getExpression_Datatype()void setDatatype(java.lang.String value)
Datatype' attribute.
value - the new value of the 'Datatype' attribute.getDatatype()java.lang.String getExpressiontype()
If the meaning of the 'Expressiontype' attribute isn't clear, there really should be more of a description here...
setExpressiontype(String),
AsgPackage.getExpression_Expressiontype()void setExpressiontype(java.lang.String value)
Expressiontype' attribute.
value - the new value of the 'Expressiontype' attribute.getExpressiontype()java.lang.Boolean getEnumeration()
If the meaning of the 'Enumeration' attribute isn't clear, there really should be more of a description here...
setEnumeration(Boolean),
AsgPackage.getExpression_Enumeration()void setEnumeration(java.lang.Boolean value)
Enumeration' attribute.
value - the new value of the 'Enumeration' attribute.getEnumeration()java.lang.Boolean getCellValue()
If the meaning of the 'Cell Value' attribute isn't clear, there really should be more of a description here...
setCellValue(Boolean),
AsgPackage.getExpression_CellValue()void setCellValue(java.lang.Boolean value)
Cell Value' attribute.
value - the new value of the 'Cell Value' attribute.getCellValue()TermList getModifiedTermList()
If the meaning of the 'Modified Term List' containment reference list isn't clear, there really should be more of a description here...
setModifiedTermList(TermList),
AsgPackage.getExpression_ModifiedTermList()void setModifiedTermList(TermList value)
Modified Term List' containment reference.
value - the new value of the 'Modified Term List' containment reference.getModifiedTermList()TermList getReferencedTermList()
If the meaning of the 'Referenced Term List' containment reference list isn't clear, there really should be more of a description here...
setReferencedTermList(TermList),
AsgPackage.getExpression_ReferencedTermList()void setReferencedTermList(TermList value)
Referenced Term List' containment reference.
value - the new value of the 'Referenced Term List' containment reference.getReferencedTermList()org.eclipse.emf.common.util.EList getTokenList()
Token.
If the meaning of the 'Token List' containment reference list isn't clear, there really should be more of a description here...
AsgPackage.getExpression_TokenList()Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.