public static enum ViewSam.PfStatus extends java.lang.Enum<ViewSam.PfStatus>
| Modifier and Type | Method and Description |
|---|---|
static ViewSam.PfStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ViewSam.PfStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ViewSam.PfStatus PF
public static final ViewSam.PfStatus NonPF
public static final ViewSam.PfStatus All
public static ViewSam.PfStatus[] values()
for (ViewSam.PfStatus c : ViewSam.PfStatus.values()) System.out.println(c);
public static ViewSam.PfStatus 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