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