Package com.sgs.common.database
Enum QALink.QAEventType
- java.lang.Object
-
- java.lang.Enum<QALink.QAEventType>
-
- com.sgs.common.database.QALink.QAEventType
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<QALink.QAEventType>
- Enclosing class:
- QALink
public static enum QALink.QAEventType extends java.lang.Enum<QALink.QAEventType>
The event/point in operation at which this question should be asked- Author:
- SGSystems
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getInt()
static java.util.Collection<QALink.QAEventType>
getValuesAlphabetical()
static QALink.QAEventType
parse(int i)
java.lang.String
toString()
static QALink.QAEventType
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static QALink.QAEventType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
HANDLED
public static final QALink.QAEventType HANDLED
-
STOCKIN
public static final QALink.QAEventType STOCKIN
-
PURCHASE_END
public static final QALink.QAEventType PURCHASE_END
-
DISPATCH
public static final QALink.QAEventType DISPATCH
-
ADJUST
public static final QALink.QAEventType ADJUST
-
MOVE
public static final QALink.QAEventType MOVE
-
LOGIN
public static final QALink.QAEventType LOGIN
-
LOGOFF
public static final QALink.QAEventType LOGOFF
-
WITHDRAW
public static final QALink.QAEventType WITHDRAW
-
SPC_START
public static final QALink.QAEventType SPC_START
-
PURCHASE_START
public static final QALink.QAEventType PURCHASE_START
-
PRODUCT_END
public static final QALink.QAEventType PRODUCT_END
-
PRODUCT_START
public static final QALink.QAEventType PRODUCT_START
-
SHIPPING_START
public static final QALink.QAEventType SHIPPING_START
-
LAB_TESTING
public static final QALink.QAEventType LAB_TESTING
-
BATCH_START
public static final QALink.QAEventType BATCH_START
-
BATCH_END
public static final QALink.QAEventType BATCH_END
-
JOB_START
public static final QALink.QAEventType JOB_START
-
JOB_END
public static final QALink.QAEventType JOB_END
-
PERIODIC_TERMINAL
public static final QALink.QAEventType PERIODIC_TERMINAL
-
REMOVE_HOLD
public static final QALink.QAEventType REMOVE_HOLD
-
QA_GROUP
public static final QALink.QAEventType QA_GROUP
-
PERIODIC_JOB
public static final QALink.QAEventType PERIODIC_JOB
-
PURCHASE_START_RESUME
public static final QALink.QAEventType PURCHASE_START_RESUME
-
BATCH_SUSPEND
public static final QALink.QAEventType BATCH_SUSPEND
-
FORMULA_STEP
public static final QALink.QAEventType FORMULA_STEP
-
PALLET_MOVE
public static final QALink.QAEventType PALLET_MOVE
-
PLACE_HOLD
public static final QALink.QAEventType PLACE_HOLD
-
DRIVER_SIG_SO
public static final QALink.QAEventType DRIVER_SIG_SO
-
SPC_SAMPLE
public static final QALink.QAEventType SPC_SAMPLE
-
PURCHASE_PARTIAL
public static final QALink.QAEventType PURCHASE_PARTIAL
-
SHIPPING_START_RESUME
public static final QALink.QAEventType SHIPPING_START_RESUME
-
COMMONS_START
public static final QALink.QAEventType COMMONS_START
-
COMMONS_END
public static final QALink.QAEventType COMMONS_END
-
-
Method Detail
-
values
public static QALink.QAEventType[] 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 (QALink.QAEventType c : QALink.QAEventType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static QALink.QAEventType 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 namejava.lang.NullPointerException
- if the argument is null
-
parse
public static QALink.QAEventType parse(int i)
-
getInt
public int getInt()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Enum<QALink.QAEventType>
-
getValuesAlphabetical
public static java.util.Collection<QALink.QAEventType> getValuesAlphabetical()
-
-