public static enum CheckArchiveUnitProfileActionPlugin.CheckArchiveUnitProfileSchemaStatus extends Enum<CheckArchiveUnitProfileActionPlugin.CheckArchiveUnitProfileSchemaStatus>
Enum Constant and Description |
---|
EMPTY_CONTROL_SCHEMA
Empty control schema
|
EMPTY_REQUIRED_FIELD
Required field empty
|
INACTIVE_STATUS
inactive archive unit profile status
|
INVALID_AU_PROFILE
Improper archive unit profile
|
INVALID_UNIT
Improper unit
|
PROFILE_NOT_FOUND
Archive unit profile not found
|
Modifier and Type | Method and Description |
---|---|
static CheckArchiveUnitProfileActionPlugin.CheckArchiveUnitProfileSchemaStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CheckArchiveUnitProfileActionPlugin.CheckArchiveUnitProfileSchemaStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CheckArchiveUnitProfileActionPlugin.CheckArchiveUnitProfileSchemaStatus INVALID_UNIT
public static final CheckArchiveUnitProfileActionPlugin.CheckArchiveUnitProfileSchemaStatus INVALID_AU_PROFILE
public static final CheckArchiveUnitProfileActionPlugin.CheckArchiveUnitProfileSchemaStatus EMPTY_REQUIRED_FIELD
public static final CheckArchiveUnitProfileActionPlugin.CheckArchiveUnitProfileSchemaStatus PROFILE_NOT_FOUND
public static final CheckArchiveUnitProfileActionPlugin.CheckArchiveUnitProfileSchemaStatus INACTIVE_STATUS
public static final CheckArchiveUnitProfileActionPlugin.CheckArchiveUnitProfileSchemaStatus EMPTY_CONTROL_SCHEMA
public static CheckArchiveUnitProfileActionPlugin.CheckArchiveUnitProfileSchemaStatus[] values()
for (CheckArchiveUnitProfileActionPlugin.CheckArchiveUnitProfileSchemaStatus c : CheckArchiveUnitProfileActionPlugin.CheckArchiveUnitProfileSchemaStatus.values()) System.out.println(c);
public static CheckArchiveUnitProfileActionPlugin.CheckArchiveUnitProfileSchemaStatus 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 © 2018 Vitam. All rights reserved.