@Namespace(value="plasma") public static enum plasma.PlasmaErrorCode extends Enum<plasma.PlasmaErrorCode>
| Enum Constant and Description |
|---|
PlasmaObjectAlreadySealed |
PlasmaObjectExists |
PlasmaObjectNotFound |
PlasmaStoreFull |
| Modifier and Type | Field and Description |
|---|---|
byte |
value |
| Modifier and Type | Method and Description |
|---|---|
plasma.PlasmaErrorCode |
intern() |
String |
toString() |
static plasma.PlasmaErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static plasma.PlasmaErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final plasma.PlasmaErrorCode PlasmaObjectExists
public static final plasma.PlasmaErrorCode PlasmaObjectNotFound
public static final plasma.PlasmaErrorCode PlasmaStoreFull
public static final plasma.PlasmaErrorCode PlasmaObjectAlreadySealed
public static plasma.PlasmaErrorCode[] values()
for (plasma.PlasmaErrorCode c : plasma.PlasmaErrorCode.values()) System.out.println(c);
public static plasma.PlasmaErrorCode 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 plasma.PlasmaErrorCode intern()
public String toString()
toString in class Enum<plasma.PlasmaErrorCode>Copyright © 2021. All rights reserved.