org.jclouds.ultradns.ws.domain
Enum DirectionalPool.RecordType

java.lang.Object
  extended by java.lang.Enum<DirectionalPool.RecordType>
      extended by org.jclouds.ultradns.ws.domain.DirectionalPool.RecordType
All Implemented Interfaces:
Serializable, Comparable<DirectionalPool.RecordType>
Enclosing class:
DirectionalPool

public static enum DirectionalPool.RecordType
extends Enum<DirectionalPool.RecordType>

currently supported types for directional groups.


Enum Constant Summary
HINFO
           
IPV4
           
IPV6
           
MX
           
NAPTR
           
PTR
           
RP
           
SRV
           
TXT
           
 
Method Summary
 int getCode()
          The type that can be used in directional groups.
static DirectionalPool.RecordType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DirectionalPool.RecordType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

IPV4

public static final DirectionalPool.RecordType IPV4

IPV6

public static final DirectionalPool.RecordType IPV6

TXT

public static final DirectionalPool.RecordType TXT

SRV

public static final DirectionalPool.RecordType SRV

PTR

public static final DirectionalPool.RecordType PTR

RP

public static final DirectionalPool.RecordType RP

HINFO

public static final DirectionalPool.RecordType HINFO

NAPTR

public static final DirectionalPool.RecordType NAPTR

MX

public static final DirectionalPool.RecordType MX
Method Detail

values

public static DirectionalPool.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 (DirectionalPool.RecordType c : DirectionalPool.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 DirectionalPool.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

getCode

public int getCode()
The type that can be used in directional groups.



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.