public enum UpdateTypeInput extends java.lang.Enum<UpdateTypeInput>
| Enum Constant and Description |
|---|
ANSW |
APPS |
CMPY |
CONN |
JGRP |
JOBS |
PICT |
PRFU |
PRFX |
QSTN |
RECU |
SHAR |
VIRL |
| Modifier and Type | Method and Description |
|---|---|
static UpdateTypeInput |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UpdateTypeInput[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpdateTypeInput ANSW
public static final UpdateTypeInput APPS
public static final UpdateTypeInput CMPY
public static final UpdateTypeInput CONN
public static final UpdateTypeInput JOBS
public static final UpdateTypeInput JGRP
public static final UpdateTypeInput PICT
public static final UpdateTypeInput PRFX
public static final UpdateTypeInput RECU
public static final UpdateTypeInput PRFU
public static final UpdateTypeInput QSTN
public static final UpdateTypeInput SHAR
public static final UpdateTypeInput VIRL
public static UpdateTypeInput[] values()
for (UpdateTypeInput c : UpdateTypeInput.values()) System.out.println(c);
public static UpdateTypeInput 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