public static enum Zone.DNSSECStatus extends Enum<Zone.DNSSECStatus>
Enum Constant and Description |
---|
SIGNED |
UNRECOGNIZED |
UNSIGNED |
Modifier and Type | Method and Description |
---|---|
static Zone.DNSSECStatus |
fromValue(String status) |
static Zone.DNSSECStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Zone.DNSSECStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Zone.DNSSECStatus SIGNED
public static final Zone.DNSSECStatus UNSIGNED
public static final Zone.DNSSECStatus UNRECOGNIZED
public static Zone.DNSSECStatus[] values()
for (Zone.DNSSECStatus c : Zone.DNSSECStatus.values()) System.out.println(c);
public static Zone.DNSSECStatus 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 Zone.DNSSECStatus fromValue(String status)
Copyright © 2009-2013 jclouds. All Rights Reserved.