java.lang.Object | |
↳ | com.microstrategy.web.blocks.BlockPropertyAnnotation |
This class represents a single annotation on a single property. An annotation is simply a name/value pair that is used by downstream tools (typically, renderers). The assignment of values does not affect the value stored in a property. The syntax for a single annotation is a simple name followed by an optional equal sign ('=') and a simple value (no spaces allowed).
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String |
getName()
Returns the name of the annotation.
| ||||||||||
String |
getValue()
Returns the value of the annotation.
| ||||||||||
void |
setValue(String value)
Sets the value of the annotation.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns the name of the annotation.
Returns the value of the annotation.
Sets the value of the annotation.
value | The value of the annotation. |
---|