public static enum HALModelResolver.HALReservedProperty extends java.lang.Enum<HALModelResolver.HALReservedProperty>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
java.lang.String |
getValue(java.lang.annotation.Annotation annotation) |
static java.util.Optional<HALModelResolver.HALReservedProperty> |
valueOf(java.lang.Class<? extends java.lang.annotation.Annotation> annotation) |
static HALModelResolver.HALReservedProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HALModelResolver.HALReservedProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HALModelResolver.HALReservedProperty LINKS
public static final HALModelResolver.HALReservedProperty EMBEDDED
public static HALModelResolver.HALReservedProperty[] values()
for (HALModelResolver.HALReservedProperty c : HALModelResolver.HALReservedProperty.values()) System.out.println(c);
public static HALModelResolver.HALReservedProperty valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getName()
public java.lang.String getValue(java.lang.annotation.Annotation annotation)
public static java.util.Optional<HALModelResolver.HALReservedProperty> valueOf(java.lang.Class<? extends java.lang.annotation.Annotation> annotation)