public enum StreamActivityType extends Enum<StreamActivityType>
| Enum Constant and Description |
|---|
ANSWER |
COMMENT |
CREATION |
FILE |
GRANT |
MEETING |
PARTICIPATION |
RATING |
REFERENCE |
TASK |
UPDATE |
VOTE |
| Modifier and Type | Method and Description |
|---|---|
static StreamActivityType |
getByName(String value) |
String |
toString() |
static StreamActivityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamActivityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StreamActivityType COMMENT
public static final StreamActivityType FILE
public static final StreamActivityType TASK
public static final StreamActivityType RATING
public static final StreamActivityType CREATION
public static final StreamActivityType UPDATE
public static final StreamActivityType ANSWER
public static final StreamActivityType MEETING
public static final StreamActivityType REFERENCE
public static final StreamActivityType GRANT
public static final StreamActivityType PARTICIPATION
public static final StreamActivityType VOTE
public static StreamActivityType[] values()
for (StreamActivityType c : StreamActivityType.values()) System.out.println(c);
public static StreamActivityType 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<StreamActivityType>public static StreamActivityType getByName(String value)
Copyright © 2014. All Rights Reserved.