public static enum CollaborationInfo.CollaborationEvent.Type extends Enum<CollaborationInfo.CollaborationEvent.Type>
Enum Constant and Description |
---|
BOOK_EMPTY |
Modifier and Type | Method and Description |
---|---|
static CollaborationInfo.CollaborationEvent.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollaborationInfo.CollaborationEvent.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CollaborationInfo.CollaborationEvent.Type BOOK_EMPTY
public static CollaborationInfo.CollaborationEvent.Type[] values()
for (CollaborationInfo.CollaborationEvent.Type c : CollaborationInfo.CollaborationEvent.Type.values()) System.out.println(c);
public static CollaborationInfo.CollaborationEvent.Type 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 nullCopyright © 2020. All rights reserved.