@CodingStyleguideUnaware public enum UndefinedTerm extends Enum<UndefinedTerm>
Java class for UndefinedTerm.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="UndefinedTerm">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="http://www.w3.org/ns/odrl/2/support"/>
<enumeration value="http://www.w3.org/ns/odrl/2/ignore"/>
<enumeration value="http://www.w3.org/ns/odrl/2/invalid"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
HTTP_____WWW___W_3___ORG___NS___ODRL___2___IGNORE |
HTTP_____WWW___W_3___ORG___NS___ODRL___2___INVALID |
HTTP_____WWW___W_3___ORG___NS___ODRL___2___SUPPORT |
| Modifier and Type | Method and Description |
|---|---|
static UndefinedTerm |
fromValue(String v) |
String |
value() |
static UndefinedTerm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UndefinedTerm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UndefinedTerm HTTP_____WWW___W_3___ORG___NS___ODRL___2___SUPPORT
public static final UndefinedTerm HTTP_____WWW___W_3___ORG___NS___ODRL___2___IGNORE
public static final UndefinedTerm HTTP_____WWW___W_3___ORG___NS___ODRL___2___INVALID
public static UndefinedTerm[] values()
for (UndefinedTerm c : UndefinedTerm.values()) System.out.println(c);
public static UndefinedTerm 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 String value()
public static UndefinedTerm fromValue(String v)
Copyright © 2020 toop.eu. All rights reserved.