public enum UpdateType extends java.lang.Enum<UpdateType>
| Enum Constant and Description |
|---|
ANSW |
APPM |
APPS |
CCEM |
CMPY |
CONN |
JGRP |
JOBP |
MSFC |
NCON |
PICU |
PREC |
PRFU |
PRFX |
PROF |
QSTN |
RECU |
SHAR |
STAT |
SVPR |
UNKNOWN |
VIRL |
| Modifier and Type | Method and Description |
|---|---|
static UpdateType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UpdateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpdateType ANSW
public static final UpdateType APPM
public static final UpdateType APPS
public static final UpdateType CMPY
public static final UpdateType CONN
public static final UpdateType NCON
public static final UpdateType CCEM
public static final UpdateType JOBP
public static final UpdateType JGRP
public static final UpdateType MSFC
public static final UpdateType PICU
public static final UpdateType PREC
public static final UpdateType PRFX
public static final UpdateType RECU
public static final UpdateType SVPR
public static final UpdateType PRFU
public static final UpdateType PROF
public static final UpdateType QSTN
public static final UpdateType SHAR
public static final UpdateType STAT
public static final UpdateType VIRL
public static final UpdateType UNKNOWN
public static UpdateType[] values()
for (UpdateType c : UpdateType.values()) System.out.println(c);
public static UpdateType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null