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