public enum AccessionRegisterStatus extends Enum<AccessionRegisterStatus>
| Enum Constant and Description |
|---|
STORED_AND_COMPLETED
STORED_AND_COMPLETED : indicates that the Accession register stored and completed
|
STORED_AND_UPDATED
STORED_AND_UPDATED : indicates that the Accession register stored and updated
|
UNSTORED
UNSTORED : indicates that the Accession register is not stored
|
| Modifier and Type | Method and Description |
|---|---|
String |
value() |
static AccessionRegisterStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessionRegisterStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccessionRegisterStatus STORED_AND_COMPLETED
public static final AccessionRegisterStatus STORED_AND_UPDATED
public static final AccessionRegisterStatus UNSTORED
public static AccessionRegisterStatus[] values()
for (AccessionRegisterStatus c : AccessionRegisterStatus.values()) System.out.println(c);
public static AccessionRegisterStatus 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 String value()
Copyright © 2018 Vitam. All rights reserved.