com.microstrategy.web.objects.WebDerivedElement |
This interface represents a Derived Element object.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | USAGE_SORT |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void | clearParentElement() | ||||||||||
abstract int |
getAggregationMode()
Returns the aggregation mode value that controls how the parent’s value is calculated.
| ||||||||||
abstract boolean |
getApplyToAllOthers()
Indicates whether the leaves of the element should be considered when calculating
the Residue (Other) element.
| ||||||||||
abstract WebAttribute |
getAttribute()
Returns the Derived Element's attribute
| ||||||||||
abstract WebOperatorNode |
getCalculationNode()
Returns the operator node for Calculation Derived Element
| ||||||||||
abstract String | getDeltaXml(boolean isNewDE) | ||||||||||
abstract String | getDeltaXml() | ||||||||||
abstract int |
getElementType()
Returns Derived Element type
| ||||||||||
abstract int |
getElementType(WebExpression expr)
Determins the Derived Element Type for a given expression.
| ||||||||||
abstract WebExpression |
getExpression()
Returns the Derived Element expression.
| ||||||||||
abstract WebTokenStream | getExpressionTokenStream() | ||||||||||
abstract WebFormat[] |
getFormats()
Returns collection of derived element formats.
| ||||||||||
abstract WebElementsObjectNode |
getListNode()
Returns the Elements node for List Derived Elements
| ||||||||||
abstract WebElement | getParentElement() | ||||||||||
abstract boolean |
getShowChildren()
Returns value of the Show Children flag.
| ||||||||||
abstract boolean |
getShowParent()
Returns value of the Show Parent flag.
| ||||||||||
abstract int | getUsage() | ||||||||||
abstract boolean | isDormant() | ||||||||||
abstract boolean |
isSmart()
Indicates whether the derived element’s value comes from data source such as subsetting
or query engine, or it should be calculated by Analytical Engine.
| ||||||||||
abstract boolean |
isVisible()
Returns the value of the Visible flag.
| ||||||||||
abstract void |
setAggregationMode(int value)
Sets aggregation mode
| ||||||||||
abstract void |
setApplyToAllOthers(boolean value)
Sets the ApplyToAllOthers flag value
| ||||||||||
abstract void |
setAttribute(WebAttribute value)
Sets the Derived Element's attribute
| ||||||||||
abstract void | setExpressionTokenStream(WebTokenStream tokenStream) | ||||||||||
abstract void | setGenerateDeltaByTokenStream(boolean value) | ||||||||||
abstract void |
setIsSmart(boolean value)
Sets the is smart flag value
| ||||||||||
abstract void | setParentElement(String id, String name) | ||||||||||
abstract void |
setShowChildren(boolean value)
Sets value of the Show Children flag.
| ||||||||||
abstract void |
setShowParent(boolean value)
Sets value of the Show Parent flag
| ||||||||||
abstract void | setUsage(int value) | ||||||||||
abstract void |
setVisible(boolean value)
Sets value of the Visible flag.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Returns the aggregation mode value that controls how the parent’s value is calculated.
Indicates whether the leaves of the element should be considered when calculating the Residue (Other) element.
Returns the Derived Element's attribute
Returns the operator node for Calculation Derived Element
Returns Derived Element type
Determins the Derived Element Type for a given expression.
expr | expression |
---|
Returns the Derived Element expression.
Returns collection of derived element formats.
Returns the Elements node for List Derived Elements
Returns value of the Show Children flag.
Returns value of the Show Parent flag.
Indicates whether the derived element’s value comes from data source such as subsetting or query engine, or it should be calculated by Analytical Engine.
Returns the value of the Visible flag.
Sets aggregation mode
Sets the ApplyToAllOthers flag value
Sets the Derived Element's attribute
value | attribute object |
---|
Sets the is smart flag value
Sets value of the Show Children flag.
value | value |
---|
Sets value of the Show Parent flag
value | value |
---|
Sets value of the Visible flag.
value | value |
---|