Rendition

Inheritance: java.lang.Object

public class Rendition

Class which describes rendition object of RendtionAnnotation.

Methods

MethodDescription
getName()Text string specifying the name of the rendition for use in a user interface and for name tree lookup by JavaScript actions.
setName(String value)Text string specifying the name of the rendition for use in a user interface and for name tree lookup by JavaScript actions.
getRenditionType()Gets rendition type.

getName()

public final String getName()

Text string specifying the name of the rendition for use in a user interface and for name tree lookup by JavaScript actions.

Returns: java.lang.String - String value

setName(String value)

public final void setName(String value)

Text string specifying the name of the rendition for use in a user interface and for name tree lookup by JavaScript actions.

Parameters:

ParameterTypeDescription
valuejava.lang.StringString value

getRenditionType()

public final int getRenditionType()

Gets rendition type.

Returns: int - RenditionType element