SectionValue
Contents
[
Hide
]Inheritance: java.lang.Object
public class SectionValue
Represents the content of the section.
Constructors
Constructor | Description |
---|---|
SectionValue(Object data) | Creates instance of SectionValue. |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getData() | Section data. |
hashCode() | |
notify() | |
notifyAll() | |
setData(Object value) | Section data. |
toAmpHtml() | AmpHtml representation of section value. |
toHtml() | Html representation of section value. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
SectionValue(Object data)
public SectionValue(Object data)
Creates instance of SectionValue.
Parameters:
Parameter | Type | Description |
---|---|---|
data | java.lang.Object |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getData()
public final Object getData()
Section data.
Returns: java.lang.Object
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setData(Object value)
public final void setData(Object value)
Section data.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.Object |
toAmpHtml()
public final String toAmpHtml()
AmpHtml representation of section value.
Returns: java.lang.String -
toHtml()
public final String toHtml()
Html representation of section value.
Returns: java.lang.String -
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |