public enum NetworkInitialAdField extends java.lang.Enum<NetworkInitialAdField> implements InitialCustomField
| Enum Constant and Description |
|---|
PROFESSIONAL_LEVEL |
TRADE_TYPE |
| Modifier and Type | Method and Description |
|---|---|
CustomFieldControl |
getControl() |
java.lang.String[] |
getEnumeratedValues() |
AdCustomFieldSearchVisibility |
getSearchVisibility() |
CustomFieldSize |
getSize() |
CustomFieldType |
getType() |
boolean |
isRequired() |
boolean |
isShowAll() |
static NetworkInitialAdField |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NetworkInitialAdField[] |
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 NetworkInitialAdField TRADE_TYPE
public static final NetworkInitialAdField PROFESSIONAL_LEVEL
public static NetworkInitialAdField[] values()
for (NetworkInitialAdField c : NetworkInitialAdField.values()) System.out.println(c);
public static NetworkInitialAdField 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 AdCustomFieldSearchVisibility getSearchVisibility()
public CustomFieldSize getSize()
getSize in interface InitialCustomFieldpublic CustomFieldType getType()
getType in interface InitialCustomFieldpublic boolean isRequired()
public boolean isShowAll()