SectionValue

Inheritance: java.lang.Object

public class SectionValue

Represents the content of the section.

Constructors

ConstructorDescription
SectionValue(Object data)Creates instance of SectionValue.

Methods

MethodDescription
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:

ParameterTypeDescription
datajava.lang.Object

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valuejava.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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int