public enum UuidNamespace extends Enum<UuidNamespace>
| Enum Constant and Description |
|---|
NAMESPACE_DNS |
NAMESPACE_OID |
NAMESPACE_URL |
NAMESPACE_X500 |
| Modifier and Type | Method and Description |
|---|---|
UUID |
getValue() |
static UuidNamespace |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UuidNamespace[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UuidNamespace NAMESPACE_DNS
public static final UuidNamespace NAMESPACE_URL
public static final UuidNamespace NAMESPACE_OID
public static final UuidNamespace NAMESPACE_X500
public static UuidNamespace[] values()
for (UuidNamespace c : UuidNamespace.values()) System.out.println(c);
public static UuidNamespace 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 UUID getValue()
Copyright © 2019. All rights reserved.