public enum ReferenceTypes extends Enum<ReferenceTypes>
| Modifier and Type | Method and Description |
|---|---|
static ReferenceTypes |
getByValue(String value) |
static ReferenceTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReferenceTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReferenceTypes RESOURCE
public static final ReferenceTypes EXTERNAL
public static final ReferenceTypes URI
public static ReferenceTypes[] values()
for (ReferenceTypes c : ReferenceTypes.values()) System.out.println(c);
public static ReferenceTypes 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 ReferenceTypes getByValue(String value)
Copyright © 2020. All rights reserved.