arta.synergy.web.common.client.data.bp.route
Enum RouteItemType

java.lang.Object
  extended by java.lang.Enum<RouteItemType>
      extended by arta.synergy.web.common.client.data.bp.route.RouteItemType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<RouteItemType>

public enum RouteItemType
extends java.lang.Enum<RouteItemType>

Created by IntelliJ IDEA. User: exile Date: 03.04.13 Time: 11:36


Enum Constant Summary
CUSTOM_ITEM
           
PLAN_AGREEMENT
           
 
Method Summary
static RouteItemType getByTypeID(int typeID)
           
 java.lang.String getProcessID()
           
 int getTypeID()
           
static RouteItemType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RouteItemType[] 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

CUSTOM_ITEM

public static final RouteItemType CUSTOM_ITEM

PLAN_AGREEMENT

public static final RouteItemType PLAN_AGREEMENT
Method Detail

values

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

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

valueOf

public static RouteItemType valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getTypeID

public int getTypeID()

getProcessID

public java.lang.String getProcessID()

getByTypeID

public static RouteItemType getByTypeID(int typeID)


Copyright © 2000 Dummy Corp. All Rights Reserved.