public static enum CheckArchiveProfileRelationActionHandler.CheckProfileStatus extends Enum<CheckArchiveProfileRelationActionHandler.CheckProfileStatus>
Enum Constant and Description |
---|
DIFF
The profile mentioned in the contract but not mentioned in the SIP
|
INACTIVE
Existing but inactive profile
|
KO
Other error situation
|
OK
OK profile
|
UNKNOWN
Missing profile
|
Modifier and Type | Method and Description |
---|---|
static CheckArchiveProfileRelationActionHandler.CheckProfileStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CheckArchiveProfileRelationActionHandler.CheckProfileStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CheckArchiveProfileRelationActionHandler.CheckProfileStatus UNKNOWN
public static final CheckArchiveProfileRelationActionHandler.CheckProfileStatus INACTIVE
public static final CheckArchiveProfileRelationActionHandler.CheckProfileStatus DIFF
public static final CheckArchiveProfileRelationActionHandler.CheckProfileStatus OK
public static final CheckArchiveProfileRelationActionHandler.CheckProfileStatus KO
public static CheckArchiveProfileRelationActionHandler.CheckProfileStatus[] values()
for (CheckArchiveProfileRelationActionHandler.CheckProfileStatus c : CheckArchiveProfileRelationActionHandler.CheckProfileStatus.values()) System.out.println(c);
public static CheckArchiveProfileRelationActionHandler.CheckProfileStatus 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.