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