public static enum UuidBaseType.RefType extends Enum<UuidBaseType.RefType>
| Modifier and Type | Method and Description |
|---|---|
String |
refType()
Returns the refType for RefType.
|
static UuidBaseType.RefType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UuidBaseType.RefType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UuidBaseType.RefType STRONG
public static final UuidBaseType.RefType WEAK
public static UuidBaseType.RefType[] values()
for (UuidBaseType.RefType c : UuidBaseType.RefType.values()) System.out.println(c);
public static UuidBaseType.RefType 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 refType()