protected static enum W3CTests.Datamodel extends Enum<W3CTests.Datamodel>
Modifier and Type | Method and Description |
---|---|
static W3CTests.Datamodel |
fromValue(String value) |
String |
value() |
static W3CTests.Datamodel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static W3CTests.Datamodel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final W3CTests.Datamodel MINIMAL
public static final W3CTests.Datamodel ECMA
public static final W3CTests.Datamodel XPATH
public static W3CTests.Datamodel[] values()
for (W3CTests.Datamodel c : W3CTests.Datamodel.values()) System.out.println(c);
public static W3CTests.Datamodel 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 nullpublic static W3CTests.Datamodel fromValue(String value)
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.