org.jclouds.ultradns.ws.domain
Enum RoundRobinPool.RecordType
java.lang.Object
java.lang.Enum<RoundRobinPool.RecordType>
org.jclouds.ultradns.ws.domain.RoundRobinPool.RecordType
- All Implemented Interfaces:
- Serializable, Comparable<RoundRobinPool.RecordType>
- Enclosing class:
- RoundRobinPool
public static enum RoundRobinPool.RecordType
- extends Enum<RoundRobinPool.RecordType>
currently supported types for round robin pools.
|
Enum Constant Summary |
A
|
AAAA
|
A
public static final RoundRobinPool.RecordType A
AAAA
public static final RoundRobinPool.RecordType AAAA
values
public static RoundRobinPool.RecordType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (RoundRobinPool.RecordType c : RoundRobinPool.RecordType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static RoundRobinPool.RecordType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
toString
public String toString()
- Overrides:
toString in class Enum<RoundRobinPool.RecordType>
getCode
public int getCode()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.