|
Jive Forums API (5.5.20.2-oracle) Core Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jivesoftware.forum.renderer.RenderType
public class RenderType
Defines render types used for jive objects.
Field Summary | |
---|---|
static RenderType |
BODY
Type representing a message body. |
static RenderType |
PROPERTY
Type representing a message property. |
static RenderType |
SUBJECT
Type representing a message subject. |
static RenderType |
TAG
Type representing a message tags. |
Method Summary | |
---|---|
long |
getKey()
Gets the key of a RenderType object |
static RenderType |
getRenderType(int key)
A helper method to get a specific RenderType object from its key |
java.lang.String |
getValue()
Gets the value of a RenderType object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final RenderType PROPERTY
public static final RenderType SUBJECT
public static final RenderType BODY
public static final RenderType TAG
Method Detail |
---|
public long getKey()
public java.lang.String getValue()
public static RenderType getRenderType(int key)
key
- the key value of the RenderType object
|
Jive Forums Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |