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