com.microstrategy.web.objects.WebNodePlaceHolder |
![]() |
This interface represents a placeholder within a WebNode
. The object which
implements this interface is not directly instantiatable. The only way to obtain
or create a WebNodePlaceHolder in an expression node is by calling the createPlaceHolder()
method.
Note that a WebNodePlaceHolder object is linked to its WebNode object, and cannot be directly moved
between nodes.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract int |
getIndex()
Returns the place holder index.
| ||||||||||
abstract String |
getName()
Returns the place holder name.
| ||||||||||
abstract void |
setIndex(int index)
Sets the place holder index.
| ||||||||||
abstract void |
setName(String name)
Sets the place holder name.
|
Returns the place holder index.
Returns the place holder name.
Sets the place holder index.
Sets the place holder name.