public static enum XPtrRef.POINTERTYPE extends Enum<XPtrRef.POINTERTYPE>
| Modifier and Type | Method and Description |
|---|---|
static XPtrRef.POINTERTYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XPtrRef.POINTERTYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XPtrRef.POINTERTYPE ELEMENT
public static final XPtrRef.POINTERTYPE TEXT
public static final XPtrRef.POINTERTYPE XMLFILE
public static final XPtrRef.POINTERTYPE NOTSET
public static XPtrRef.POINTERTYPE[] values()
for (XPtrRef.POINTERTYPE c : XPtrRef.POINTERTYPE.values()) System.out.println(c);
public static XPtrRef.POINTERTYPE 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 nullCopyright © 2009–2017 Humboldt-Universität zu Berlin, INRIA. All rights reserved.