public static enum VitamConstants.AppraisalRuleFinalAction extends Enum<VitamConstants.AppraisalRuleFinalAction>
Modifier and Type | Method and Description |
---|---|
static VitamConstants.AppraisalRuleFinalAction |
fromValue(String v) |
String |
value() |
static VitamConstants.AppraisalRuleFinalAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VitamConstants.AppraisalRuleFinalAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VitamConstants.AppraisalRuleFinalAction KEEP
public static final VitamConstants.AppraisalRuleFinalAction DESTROY
public static VitamConstants.AppraisalRuleFinalAction[] values()
for (VitamConstants.AppraisalRuleFinalAction c : VitamConstants.AppraisalRuleFinalAction.values()) System.out.println(c);
public static VitamConstants.AppraisalRuleFinalAction 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()
public static VitamConstants.AppraisalRuleFinalAction fromValue(String v) throws IllegalArgumentException
IllegalArgumentException
Copyright © 2018 Vitam. All rights reserved.