public enum UpdateUnitKey extends Enum<UpdateUnitKey>
Enum Constant and Description |
---|
CHECK_UNIT_SCHEMA |
UNIT_METADATA_NO_CHANGES |
UNIT_METADATA_UPDATE |
UNIT_METADATA_UPDATE_CHECK_DT |
UNIT_UNKNOWN_OR_FORBIDDEN |
Modifier and Type | Method and Description |
---|---|
static UpdateUnitKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateUnitKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpdateUnitKey UNIT_METADATA_UPDATE_CHECK_DT
public static final UpdateUnitKey UNIT_METADATA_UPDATE
public static final UpdateUnitKey CHECK_UNIT_SCHEMA
public static final UpdateUnitKey UNIT_UNKNOWN_OR_FORBIDDEN
public static final UpdateUnitKey UNIT_METADATA_NO_CHANGES
public static UpdateUnitKey[] values()
for (UpdateUnitKey c : UpdateUnitKey.values()) System.out.println(c);
public static UpdateUnitKey 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 nullCopyright © 2019 Vitam. All rights reserved.