public enum ViewDepotType extends Enum<ViewDepotType>
| Modifier and Type | Method and Description |
|---|---|
static ViewDepotType |
fromString(String str)
Returns the Enum constant that matches the string argument
|
static ViewDepotType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewDepotType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ViewDepotType LOCAL
public static final ViewDepotType GRAPH
public static final ViewDepotType HYBRID
public static ViewDepotType[] values()
for (ViewDepotType c : ViewDepotType.values()) System.out.println(c);
public static ViewDepotType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static ViewDepotType fromString(String str)
str - The value to matched up to an existing constantCopyright © 2017 Perforce Software. All Rights Reserved.