fulmine.context
Enum IRemoteUpdateHandler.ARG_POSITIONS

java.lang.Object
  extended by java.lang.Enum<IRemoteUpdateHandler.ARG_POSITIONS>
      extended by fulmine.context.IRemoteUpdateHandler.ARG_POSITIONS
All Implemented Interfaces:
Serializable, Comparable<IRemoteUpdateHandler.ARG_POSITIONS>
Enclosing interface:
IRemoteUpdateHandler

public static enum IRemoteUpdateHandler.ARG_POSITIONS
extends Enum<IRemoteUpdateHandler.ARG_POSITIONS>

Holds the argument positions for the IRemoteUpdateHandler.handle(String, int, int, String, String, int, int, String) method.

Author:
Ramon Servadei

Enum Constant Summary
DOMAIN
           
FIELD_NAME
           
IDENTITY
           
ORIGINATING_CONTEXT
           
PERMISSION_APP
           
PERMISSION_CODE
           
TYPE
           
VALUE_AS_STRING
           
 
Method Summary
static IRemoteUpdateHandler.ARG_POSITIONS valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IRemoteUpdateHandler.ARG_POSITIONS[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

IDENTITY

public static final IRemoteUpdateHandler.ARG_POSITIONS IDENTITY

TYPE

public static final IRemoteUpdateHandler.ARG_POSITIONS TYPE

DOMAIN

public static final IRemoteUpdateHandler.ARG_POSITIONS DOMAIN

FIELD_NAME

public static final IRemoteUpdateHandler.ARG_POSITIONS FIELD_NAME

VALUE_AS_STRING

public static final IRemoteUpdateHandler.ARG_POSITIONS VALUE_AS_STRING

PERMISSION_APP

public static final IRemoteUpdateHandler.ARG_POSITIONS PERMISSION_APP

PERMISSION_CODE

public static final IRemoteUpdateHandler.ARG_POSITIONS PERMISSION_CODE

ORIGINATING_CONTEXT

public static final IRemoteUpdateHandler.ARG_POSITIONS ORIGINATING_CONTEXT
Method Detail

values

public static final IRemoteUpdateHandler.ARG_POSITIONS[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(IRemoteUpdateHandler.ARG_POSITIONS c : IRemoteUpdateHandler.ARG_POSITIONS.values())
        System.out.println(c);

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

valueOf

public static IRemoteUpdateHandler.ARG_POSITIONS 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


Copyright © 2007-2009. All Rights Reserved.