arta.synergy.web.common.client.data.bp.route
Enum RouteItemElementType
java.lang.Object
java.lang.Enum<RouteItemElementType>
arta.synergy.web.common.client.data.bp.route.RouteItemElementType
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<RouteItemElementType>
public enum RouteItemElementType
- extends java.lang.Enum<RouteItemElementType>
Created by IntelliJ IDEA.
User: exile
Date: 03.04.13
Time: 10:50
| 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 |
AGREEMENT_ITEM
public static final RouteItemElementType AGREEMENT_ITEM
APPROVAL_ITEM
public static final RouteItemElementType APPROVAL_ITEM
ACQUAINTANCE_ITEM
public static final RouteItemElementType ACQUAINTANCE_ITEM
ASSIGNMENT_ITEM
public static final RouteItemElementType ASSIGNMENT_ITEM
REGISTRATION_ITEM
public static final RouteItemElementType REGISTRATION_ITEM
ROUTE_ITEM
public static final RouteItemElementType ROUTE_ITEM
PLAN_AGREEMENT_ITEM
public static final RouteItemElementType PLAN_AGREEMENT_ITEM
RESOLUTION_ITEM
public static final RouteItemElementType RESOLUTION_ITEM
RESOLUTION_SLAVE
public static final RouteItemElementType RESOLUTION_SLAVE
PROTOCOL_APPROVEMENT_ITEM
public static final RouteItemElementType PROTOCOL_APPROVEMENT_ITEM
POSITION_APPOINMENT_ITEM
public static final RouteItemElementType POSITION_APPOINMENT_ITEM
COPY_TO_PR_FOLDER_ITEM
public static final RouteItemElementType COPY_TO_PR_FOLDER_ITEM
POSITION_TRANSFER_ITEM
public static final RouteItemElementType POSITION_TRANSFER_ITEM
POSITION_DISCHARGE_ITEM
public static final RouteItemElementType POSITION_DISCHARGE_ITEM
CALENDAR_APPOINTEMENT_ITEM
public static final RouteItemElementType CALENDAR_APPOINTEMENT_ITEM
REGISTER_EVENT_ITEM
public static final RouteItemElementType REGISTER_EVENT_ITEM
SEND_DOCUMENT
public static final RouteItemElementType SEND_DOCUMENT
SEND_DOCUMENT_BY_FORM
public static final RouteItemElementType SEND_DOCUMENT_BY_FORM
QUERY_RESULT
public static final RouteItemElementType QUERY_RESULT
ASSIGNMENT_ITEM_BY_FORM
public static final RouteItemElementType ASSIGNMENT_ITEM_BY_FORM
AGREEMENT_ITEM_BY_FORM
public static final RouteItemElementType AGREEMENT_ITEM_BY_FORM
ACQUAINTANCE_ITEM_BY_FORM
public static final RouteItemElementType ACQUAINTANCE_ITEM_BY_FORM
APPROVAL_ITEM_BY_FORM
public static final RouteItemElementType APPROVAL_ITEM_BY_FORM
POINTERS_INPUT
public static final RouteItemElementType POINTERS_INPUT
TIMER
public static final RouteItemElementType TIMER
ROUTE_TEMPLATE
public static final RouteItemElementType ROUTE_TEMPLATE
COMMON_PROCESS_BY_FORM
public static final RouteItemElementType COMMON_PROCESS_BY_FORM
BLOCKING_PROCESS
public static final RouteItemElementType BLOCKING_PROCESS
CONDITION
public static final RouteItemElementType CONDITION
COPY_TO_CARD
public static final RouteItemElementType COPY_TO_CARD
REASSIGN_WORK
public static final RouteItemElementType REASSIGN_WORK
LOG_PROCESS
public static final RouteItemElementType LOG_PROCESS
values
public static RouteItemElementType[] 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 (RouteItemElementType c : RouteItemElementType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static RouteItemElementType 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
isService
public boolean isService()
getTypeID
public int getTypeID()
getProcessID
public java.lang.String getProcessID()
isSpecial
public boolean isSpecial()
isAlternative
public boolean isAlternative()
getByTypeID
public static RouteItemElementType getByTypeID(int itemElementTypeID)
Copyright © 2000 Dummy Corp. All Rights Reserved.