public enum EnumSecureStorageStatus extends java.lang.Enum<EnumSecureStorageStatus>
| Enum Constant and Description |
|---|
DUPLICATE_SOPINSTANCE
DUPLICATE SOPINSTANCE
|
FINALISATION_SUCCESSFUL
FINALISATION SUCCESSFUL
|
INVALID_DATASET
INVALID DATASET
|
INVALID_SOPINSTANCE
INVALID SOPINSTANCE
|
INVALID_SOPINSTANCESTATUS_SPECIFIED
INVALID SOPINSTANCESTATUS SPECIFIED
|
NO_VALUE
NO VALUE.
|
NotSpecified
NO SOPINSTANCESTATUS SPECIFIED
|
PROFILE_DISABLED
Profile Disabled.
|
STORAGECOMMITMENTEXPECTED
STORAGE COMMITMENT EXPECTED
|
STORAGECOMMITMENTNOTEXPECTED
STORAGE COMMITMENT NOT EXPECTED
|
| Modifier and Type | Method and Description |
|---|---|
int |
getValue()
Returns the value of this enum.
|
static EnumSecureStorageStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumSecureStorageStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumSecureStorageStatus NO_VALUE
public static final EnumSecureStorageStatus PROFILE_DISABLED
public static final EnumSecureStorageStatus INVALID_DATASET
public static final EnumSecureStorageStatus INVALID_SOPINSTANCE
public static final EnumSecureStorageStatus DUPLICATE_SOPINSTANCE
public static final EnumSecureStorageStatus NotSpecified
public static final EnumSecureStorageStatus INVALID_SOPINSTANCESTATUS_SPECIFIED
public static final EnumSecureStorageStatus STORAGECOMMITMENTEXPECTED
public static final EnumSecureStorageStatus STORAGECOMMITMENTNOTEXPECTED
public static final EnumSecureStorageStatus FINALISATION_SUCCESSFUL
public static EnumSecureStorageStatus[] values()
for (EnumSecureStorageStatus c : EnumSecureStorageStatus.values()) System.out.println(c);
public static EnumSecureStorageStatus 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 nullpublic int getValue()