public enum CollaborationSettingOption extends java.lang.Enum<CollaborationSettingOption> implements ICRMLookupEnum
| Enum Constant and Description |
|---|
SHARE_MY_GROUPS |
SHARE_MY_UNITS |
SHARE_MY_USERS |
VIEW_MODIFY_ASSIGN_MY_RECORDS |
VIEW_MODIFY_MY_RECORDS |
VIEW_MY_RECORDS |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLabel() |
static CollaborationSettingOption |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CollaborationSettingOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CollaborationSettingOption VIEW_MY_RECORDS
public static final CollaborationSettingOption VIEW_MODIFY_MY_RECORDS
public static final CollaborationSettingOption VIEW_MODIFY_ASSIGN_MY_RECORDS
public static final CollaborationSettingOption SHARE_MY_GROUPS
public static final CollaborationSettingOption SHARE_MY_UNITS
public static final CollaborationSettingOption SHARE_MY_USERS
public static CollaborationSettingOption[] values()
for (CollaborationSettingOption c : CollaborationSettingOption.values()) System.out.println(c);
public static CollaborationSettingOption valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getLabel()
getLabel in interface ICRMLookupEnum