public enum NetworkInitialProfileField extends java.lang.Enum<NetworkInitialProfileField> implements InitialCustomField
| Enum Constant and Description |
|---|
ABOUT_ME |
GENDER |
MARITAL_STATUS |
WEBSITE |
| Modifier and Type | Method and Description |
|---|---|
CustomFieldControl |
getControl() |
java.lang.String[] |
getEnumeratedValues() |
CustomFieldSize |
getSize() |
CustomFieldType |
getType() |
static NetworkInitialProfileField |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NetworkInitialProfileField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfnamepublic static final NetworkInitialProfileField GENDER
public static final NetworkInitialProfileField MARITAL_STATUS
public static final NetworkInitialProfileField WEBSITE
public static final NetworkInitialProfileField ABOUT_ME
public static NetworkInitialProfileField[] values()
for (NetworkInitialProfileField c : NetworkInitialProfileField.values()) System.out.println(c);
public static NetworkInitialProfileField 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 CustomFieldControl getControl()
getControl in interface InitialCustomFieldpublic java.lang.String[] getEnumeratedValues()
getEnumeratedValues in interface InitialCustomFieldpublic CustomFieldSize getSize()
getSize in interface InitialCustomFieldpublic CustomFieldType getType()
getType in interface InitialCustomField