arta.synergy.web.common.client.data.bp.route
Enum RouteItemType
java.lang.Object
java.lang.Enum<RouteItemType>
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
| 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 |
CUSTOM_ITEM
public static final RouteItemType CUSTOM_ITEM
PLAN_AGREEMENT
public static final RouteItemType PLAN_AGREEMENT
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.