public enum SFVRootType extends java.lang.Enum<SFVRootType>
| Enum Constant and Description |
|---|
Account |
ClassicVirtual |
Default |
ForcedClassicVirtual |
ForcedDefault |
ForcedVirtual |
Home |
Virtual |
| Modifier and Type | Method and Description |
|---|---|
static SFVRootType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SFVRootType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SFVRootType Account
public static final SFVRootType Virtual
public static final SFVRootType ForcedVirtual
public static final SFVRootType ClassicVirtual
public static final SFVRootType ForcedClassicVirtual
public static final SFVRootType Home
public static final SFVRootType ForcedDefault
public static final SFVRootType Default
public static SFVRootType[] values()
for (SFVRootType c : SFVRootType.values()) System.out.println(c);
public static SFVRootType 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