public enum VAST_DOC_ELEMENTS extends java.lang.Enum<VAST_DOC_ELEMENTS>
| Enum Constant and Description |
|---|
vastAdTagURI |
vasts |
vastVersion |
vastVersionAttribute |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
static VAST_DOC_ELEMENTS |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VAST_DOC_ELEMENTS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VAST_DOC_ELEMENTS vastVersion
public static final VAST_DOC_ELEMENTS vasts
public static final VAST_DOC_ELEMENTS vastAdTagURI
public static final VAST_DOC_ELEMENTS vastVersionAttribute
public static VAST_DOC_ELEMENTS[] values()
for (VAST_DOC_ELEMENTS c : VAST_DOC_ELEMENTS.values()) System.out.println(c);
public static VAST_DOC_ELEMENTS 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 getValue()