org.apache.directory.server.dns.store
Class DnsAttribute

java.lang.Object
  extended by org.apache.directory.server.dns.store.DnsAttribute

public class DnsAttribute
extends Object

Constants representing the DNS attribute ids as defined by the Apache DNS schema.

Author:
Apache Directory Project

Field Summary
static String CHARACTER_STRING
          the apachedns schema apacheDnsCharacterString
static String CLASS
          the apachedns schema class for an apacheDnsAbstractRecord
static String DOMAIN_NAME
          the apachedns schema apacheDnsDomainName
static String IP_ADDRESS
          the apachedns schema apacheDnsIpAddress
static String MX_PREFERENCE
          the apachedns schema apacheDnsMxPreference
static String NAME
          the apachedns schema name for an apacheDnsAbstractRecord
static String SERVICE_PORT
          the apachedns schema apacheDnsServicePort
static String SERVICE_PRIORITY
          the apachedns schema apacheDnsServicePriority
static String SERVICE_WEIGHT
          the apachedns schema apacheDnsServiceWeight
static String SOA_EXPIRE
          the apachedns schema apacheDnsSoaExpire for an apacheDnsStartOfAuthorityRecord
static String SOA_M_NAME
          the apachedns schema apacheDnsSoaMName for an apacheDnsStartOfAuthorityRecord
static String SOA_MINIMUM
          the apachedns schema apacheDnsSoaMinimum for an apacheDnsStartOfAuthorityRecord
static String SOA_R_NAME
          the apachedns schema apacheDnsSoaRName for an apacheDnsStartOfAuthorityRecord
static String SOA_REFRESH
          the apachedns schema apacheDnsSoaRefresh for an apacheDnsStartOfAuthorityRecord
static String SOA_RETRY
          the apachedns schema apacheDnsSoaRetry for an apacheDnsStartOfAuthorityRecord
static String SOA_SERIAL
          the apachedns schema apacheDnsSoaSerial for an apacheDnsStartOfAuthorityRecord
static String TTL
          the apachedns schema TTL for an apacheDnsAbstractRecord
static String TYPE
          the apachedns schema type for an apacheDnsAbstractRecord
 
Constructor Summary
DnsAttribute()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final String NAME
the apachedns schema name for an apacheDnsAbstractRecord

See Also:
Constant Field Values

TYPE

public static final String TYPE
the apachedns schema type for an apacheDnsAbstractRecord

See Also:
Constant Field Values

CLASS

public static final String CLASS
the apachedns schema class for an apacheDnsAbstractRecord

See Also:
Constant Field Values

TTL

public static final String TTL
the apachedns schema TTL for an apacheDnsAbstractRecord

See Also:
Constant Field Values

SOA_M_NAME

public static final String SOA_M_NAME
the apachedns schema apacheDnsSoaMName for an apacheDnsStartOfAuthorityRecord

See Also:
Constant Field Values

SOA_R_NAME

public static final String SOA_R_NAME
the apachedns schema apacheDnsSoaRName for an apacheDnsStartOfAuthorityRecord

See Also:
Constant Field Values

SOA_SERIAL

public static final String SOA_SERIAL
the apachedns schema apacheDnsSoaSerial for an apacheDnsStartOfAuthorityRecord

See Also:
Constant Field Values

SOA_REFRESH

public static final String SOA_REFRESH
the apachedns schema apacheDnsSoaRefresh for an apacheDnsStartOfAuthorityRecord

See Also:
Constant Field Values

SOA_RETRY

public static final String SOA_RETRY
the apachedns schema apacheDnsSoaRetry for an apacheDnsStartOfAuthorityRecord

See Also:
Constant Field Values

SOA_EXPIRE

public static final String SOA_EXPIRE
the apachedns schema apacheDnsSoaExpire for an apacheDnsStartOfAuthorityRecord

See Also:
Constant Field Values

SOA_MINIMUM

public static final String SOA_MINIMUM
the apachedns schema apacheDnsSoaMinimum for an apacheDnsStartOfAuthorityRecord

See Also:
Constant Field Values

DOMAIN_NAME

public static final String DOMAIN_NAME
the apachedns schema apacheDnsDomainName

See Also:
Constant Field Values

IP_ADDRESS

public static final String IP_ADDRESS
the apachedns schema apacheDnsIpAddress

See Also:
Constant Field Values

MX_PREFERENCE

public static final String MX_PREFERENCE
the apachedns schema apacheDnsMxPreference

See Also:
Constant Field Values

CHARACTER_STRING

public static final String CHARACTER_STRING
the apachedns schema apacheDnsCharacterString

See Also:
Constant Field Values

SERVICE_PRIORITY

public static final String SERVICE_PRIORITY
the apachedns schema apacheDnsServicePriority

See Also:
Constant Field Values

SERVICE_WEIGHT

public static final String SERVICE_WEIGHT
the apachedns schema apacheDnsServiceWeight

See Also:
Constant Field Values

SERVICE_PORT

public static final String SERVICE_PORT
the apachedns schema apacheDnsServicePort

See Also:
Constant Field Values
Constructor Detail

DnsAttribute

public DnsAttribute()


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.