public enum ReferenceType extends Enum<ReferenceType>
| Enum Constant and Description |
|---|
ACTION |
ALERT |
APP |
APP_FIELD |
APP_REVISION |
BULLETIN |
COMMENT |
CONVERSATION |
FILE |
GRANT |
ITEM |
ITEM_PARTICIPATION |
ITEM_REVISION |
ITEM_VALUE |
MEETING |
MESSAGE |
NOTIFICATION |
ORG |
PROFILE |
QUESTION |
QUESTION_ANSWER |
RATING |
SPACE |
SPACE_MEMBER |
STATUS |
TASK |
TASK_ACTION |
USER |
VOTE |
WIDGET |
| Modifier and Type | Method and Description |
|---|---|
static ReferenceType |
getByName(String value) |
String |
toString() |
static ReferenceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReferenceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReferenceType ALERT
public static final ReferenceType APP
public static final ReferenceType APP_FIELD
public static final ReferenceType APP_REVISION
public static final ReferenceType BULLETIN
public static final ReferenceType COMMENT
public static final ReferenceType CONVERSATION
public static final ReferenceType MESSAGE
public static final ReferenceType FILE
public static final ReferenceType ITEM
public static final ReferenceType ITEM_REVISION
public static final ReferenceType ITEM_VALUE
public static final ReferenceType NOTIFICATION
public static final ReferenceType ORG
public static final ReferenceType PROFILE
public static final ReferenceType RATING
public static final ReferenceType SPACE
public static final ReferenceType SPACE_MEMBER
public static final ReferenceType STATUS
public static final ReferenceType TASK
public static final ReferenceType USER
public static final ReferenceType WIDGET
public static final ReferenceType QUESTION
public static final ReferenceType QUESTION_ANSWER
public static final ReferenceType ACTION
public static final ReferenceType MEETING
public static final ReferenceType GRANT
public static final ReferenceType TASK_ACTION
public static final ReferenceType ITEM_PARTICIPATION
public static final ReferenceType VOTE
public static ReferenceType[] values()
for (ReferenceType c : ReferenceType.values()) System.out.println(c);
public static ReferenceType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<ReferenceType>public static ReferenceType getByName(String value)
Copyright © 2014. All Rights Reserved.