public interface Term
extends org.eclipse.emf.ecore.EObject
The following features are supported:
AsgPackage.getTerm()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDatatype()
Returns the value of the 'Datatype' attribute
|
java.lang.String |
getFulltext()
Returns the value of the 'Fulltext' attribute
|
Term |
getParentTerm()
Returns the value of the 'Parent Term' containment reference
|
java.lang.String |
getTermtype()
Returns the value of the 'Termtype' attribute
|
java.lang.String |
getText()
Returns the value of the 'Text' attribute
|
Variable |
getVariable()
Returns the value of the 'Variable' reference
|
void |
setDatatype(java.lang.String value)
Sets the value of the '
Datatype' attribute |
void |
setFulltext(java.lang.String value)
Sets the value of the '
Fulltext' attribute |
void |
setParentTerm(Term value)
Sets the value of the '
Parent Term' containment reference |
void |
setTermtype(java.lang.String value)
Sets the value of the '
Termtype' attribute |
void |
setText(java.lang.String value)
Sets the value of the '
Text' attribute |
void |
setVariable(Variable value)
Sets the value of the '
Variable' reference |
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.getTerm_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.getTerm_Datatype()void setDatatype(java.lang.String value)
Datatype' attribute.
value - the new value of the 'Datatype' attribute.getDatatype()java.lang.String getTermtype()
If the meaning of the 'Termtype' attribute isn't clear, there really should be more of a description here...
setTermtype(String),
AsgPackage.getTerm_Termtype()void setTermtype(java.lang.String value)
Termtype' attribute.
value - the new value of the 'Termtype' attribute.getTermtype()java.lang.String getFulltext()
If the meaning of the 'Fulltext' attribute isn't clear, there really should be more of a description here...
setFulltext(String),
AsgPackage.getTerm_Fulltext()void setFulltext(java.lang.String value)
Fulltext' attribute.
value - the new value of the 'Fulltext' attribute.getFulltext()Term getParentTerm()
If the meaning of the 'Parent Term' reference list isn't clear, there really should be more of a description here...
setParentTerm(Term),
AsgPackage.getTerm_ParentTerm()void setParentTerm(Term value)
Parent Term' containment reference.
value - the new value of the 'Parent Term' containment reference.getParentTerm()Variable getVariable()
If the meaning of the 'Variable' reference isn't clear, there really should be more of a description here...
setVariable(Variable),
AsgPackage.getTerm_Variable()void setVariable(Variable value)
Variable' reference.
value - the new value of the 'Variable' reference.getVariable()Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.