com.hack23.cia.service.api.application
Enum ApplicationRequest.HeaderAttributeKey

Package class diagram package ApplicationRequest.HeaderAttributeKey
java.lang.Object
  extended by java.lang.Enum<ApplicationRequest.HeaderAttributeKey>
      extended by com.hack23.cia.service.api.application.ApplicationRequest.HeaderAttributeKey
All Implemented Interfaces:
Serializable, Comparable<ApplicationRequest.HeaderAttributeKey>
Enclosing class:
ApplicationRequest

public static enum ApplicationRequest.HeaderAttributeKey
extends Enum<ApplicationRequest.HeaderAttributeKey>

The Enum HeaderAttributeKey.


Enum Constant Summary
CLIENT_INFO_ADDRESS
          The CLIEN t_ inf o_ address.
CLIENT_INFO_HOST
          The CLIEN t_ inf o_ host.
CLIENT_INFO_USER
          The CLIEN t_ inf o_ user.
HEADER_COOKIE
          The HEADE r_ cookie.
HEADER_HOST
          The HEADE r_ host.
 
Method Summary
static ApplicationRequest.HeaderAttributeKey valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ApplicationRequest.HeaderAttributeKey[] 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

CLIENT_INFO_ADDRESS

public static final ApplicationRequest.HeaderAttributeKey CLIENT_INFO_ADDRESS
The CLIEN t_ inf o_ address.


CLIENT_INFO_HOST

public static final ApplicationRequest.HeaderAttributeKey CLIENT_INFO_HOST
The CLIEN t_ inf o_ host.


CLIENT_INFO_USER

public static final ApplicationRequest.HeaderAttributeKey CLIENT_INFO_USER
The CLIEN t_ inf o_ user.


HEADER_COOKIE

public static final ApplicationRequest.HeaderAttributeKey HEADER_COOKIE
The HEADE r_ cookie.


HEADER_HOST

public static final ApplicationRequest.HeaderAttributeKey HEADER_HOST
The HEADE r_ host.

Method Detail

values

public static ApplicationRequest.HeaderAttributeKey[] 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 (ApplicationRequest.HeaderAttributeKey c : ApplicationRequest.HeaderAttributeKey.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ApplicationRequest.HeaderAttributeKey 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


Copyright © 2008-2009 www.hack23.com. All Rights Reserved.