public final class PageProperty extends Object
| Constructor and Description |
|---|
PageProperty(String _name)
Creates a PageProperty.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
Returns the value of the property as last
read from the page, or null if a value has yet to be read.
|
String |
name()
The name of the property excluding the "Property:" namespace.
|
(package private) void |
setValue(String _value)
Sets the value of the property.
|
public PageProperty(String _name)
name()public String getValue()
setValue(String)void setValue(String _value)
getValue()