public interface FeatureCall extends IPrimaryExpression
The following features are supported:
AstPackage.getFeatureCall()
Modifier and Type | Method and Description |
---|---|
FeatureCallParameters |
getFeatureCallParameters()
Returns the value of the 'Feature Call Parameters' containment reference
|
java.lang.String |
getOperator()
Returns the value of the 'Operator' attribute
|
PathName |
getPathName()
Returns the value of the 'Path Name' containment reference
|
Qualifiers |
getQualifiers()
Returns the value of the 'Qualifiers' containment reference
|
java.lang.String |
getTimeExpr()
Returns the value of the 'Time Expr' attribute
|
void |
setFeatureCallParameters(FeatureCallParameters value)
Sets the value of the '
Feature Call Parameters ' containment reference |
void |
setOperator(java.lang.String value)
Sets the value of the '
Operator ' attribute |
void |
setPathName(PathName value)
Sets the value of the '
Path Name ' containment reference |
void |
setQualifiers(Qualifiers value)
Sets the value of the '
Qualifiers ' containment reference |
void |
setTimeExpr(java.lang.String value)
Sets the value of the '
Time Expr ' attribute |
getType, setType
java.lang.String getOperator()
If the meaning of the 'Operator' attribute isn't clear, there really should be more of a description here...
setOperator(String)
,
AstPackage.getFeatureCall_Operator()
void setOperator(java.lang.String value)
Operator
' attribute.
value
- the new value of the 'Operator' attribute.getOperator()
java.lang.String getTimeExpr()
If the meaning of the 'Time Expr' attribute isn't clear, there really should be more of a description here...
setTimeExpr(String)
,
AstPackage.getFeatureCall_TimeExpr()
void setTimeExpr(java.lang.String value)
Time Expr
' attribute.
value
- the new value of the 'Time Expr' attribute.getTimeExpr()
PathName getPathName()
If the meaning of the 'Path Name' reference isn't clear, there really should be more of a description here...
setPathName(PathName)
,
AstPackage.getFeatureCall_PathName()
void setPathName(PathName value)
Path Name
' containment reference.
value
- the new value of the 'Path Name' containment reference.getPathName()
Qualifiers getQualifiers()
If the meaning of the 'Qualifiers' reference isn't clear, there really should be more of a description here...
setQualifiers(Qualifiers)
,
AstPackage.getFeatureCall_Qualifiers()
void setQualifiers(Qualifiers value)
Qualifiers
' containment reference.
value
- the new value of the 'Qualifiers' containment reference.getQualifiers()
FeatureCallParameters getFeatureCallParameters()
If the meaning of the 'Feature Call Parameters' reference isn't clear, there really should be more of a description here...
setFeatureCallParameters(FeatureCallParameters)
,
AstPackage.getFeatureCall_FeatureCallParameters()
void setFeatureCallParameters(FeatureCallParameters value)
Feature Call Parameters
' containment reference.
value
- the new value of the 'Feature Call Parameters' containment reference.getFeatureCallParameters()
Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.