public enum SFTypeOfTour extends java.lang.Enum<SFTypeOfTour>
| Enum Constant and Description |
|---|
CheckInCheckOut |
GetApp |
NewEmployee |
NewFeature |
NoTour |
Radiant |
ScanSnap |
SuperUserAutoConvert |
SuperUserManualConvert |
Sync |
TFA |
Welcome |
WoolworthsLimited |
| Modifier and Type | Method and Description |
|---|---|
static SFTypeOfTour |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SFTypeOfTour[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SFTypeOfTour NoTour
public static final SFTypeOfTour Welcome
public static final SFTypeOfTour Sync
public static final SFTypeOfTour WoolworthsLimited
public static final SFTypeOfTour Radiant
public static final SFTypeOfTour SuperUserAutoConvert
public static final SFTypeOfTour SuperUserManualConvert
public static final SFTypeOfTour NewFeature
public static final SFTypeOfTour NewEmployee
public static final SFTypeOfTour TFA
public static final SFTypeOfTour GetApp
public static final SFTypeOfTour ScanSnap
public static final SFTypeOfTour CheckInCheckOut
public static SFTypeOfTour[] values()
for (SFTypeOfTour c : SFTypeOfTour.values()) System.out.println(c);
public static SFTypeOfTour 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