public final enum

KindlingCommentParentType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ org.mule.module.kindling.model.comment.KindlingCommentParentType

Summary

Enum Values
KindlingCommentParentType  IDEAS   
KindlingCommentParentType  POSTS   
Fields
private static final Log logger
private String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
String getValue()
static KindlingCommentParentType getValueOf(String arg)
static KindlingCommentParentType valueOf(String name)
final static KindlingCommentParentType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final KindlingCommentParentType IDEAS

public static final KindlingCommentParentType POSTS

Fields

private static final Log logger

private String value

Public Methods

public String getValue ()

public static KindlingCommentParentType getValueOf (String arg)

Parameters
arg

public static KindlingCommentParentType valueOf (String name)

Parameters
name

public static final KindlingCommentParentType[] values ()