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