es.javocsoft.android.lib.toucan.client.thread
Enum ToucanWorker.TOUCAN_WORKER_POST_DATA_TYPE

java.lang.Object
  extended by java.lang.Enum<ToucanWorker.TOUCAN_WORKER_POST_DATA_TYPE>
      extended by es.javocsoft.android.lib.toucan.client.thread.ToucanWorker.TOUCAN_WORKER_POST_DATA_TYPE
All Implemented Interfaces:
Serializable, Comparable<ToucanWorker.TOUCAN_WORKER_POST_DATA_TYPE>
Enclosing class:
ToucanWorker

public static enum ToucanWorker.TOUCAN_WORKER_POST_DATA_TYPE
extends Enum<ToucanWorker.TOUCAN_WORKER_POST_DATA_TYPE>


Enum Constant Summary
ACK
           
REGISTRATION
           
TAGS
           
 
Method Summary
static ToucanWorker.TOUCAN_WORKER_POST_DATA_TYPE valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ToucanWorker.TOUCAN_WORKER_POST_DATA_TYPE[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

REGISTRATION

public static final ToucanWorker.TOUCAN_WORKER_POST_DATA_TYPE REGISTRATION

ACK

public static final ToucanWorker.TOUCAN_WORKER_POST_DATA_TYPE ACK

TAGS

public static final ToucanWorker.TOUCAN_WORKER_POST_DATA_TYPE TAGS
Method Detail

values

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

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

valueOf

public static ToucanWorker.TOUCAN_WORKER_POST_DATA_TYPE 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 © 2015-2016 JavocSoft. All Rights Reserved.