public enum RefProcessingMessages extends Enum<RefProcessingMessages>
| Enum Constant and Description |
|---|
DANGLING_REF |
REF_LOOP |
UNHANDLED_SCHEME |
URI_IOERROR |
URI_NOT_ABSOLUTE |
URI_NOT_JSON |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static RefProcessingMessages |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RefProcessingMessages[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RefProcessingMessages URI_NOT_ABSOLUTE
public static final RefProcessingMessages UNHANDLED_SCHEME
public static final RefProcessingMessages URI_NOT_JSON
public static final RefProcessingMessages URI_IOERROR
public static final RefProcessingMessages REF_LOOP
public static final RefProcessingMessages DANGLING_REF
public static RefProcessingMessages[] values()
for (RefProcessingMessages c : RefProcessingMessages.values()) System.out.println(c);
public static RefProcessingMessages 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 toString()
toString in class Enum<RefProcessingMessages>Copyright © 2013. All Rights Reserved.