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