public static enum CryptographicHashAttribute.PartialAttributePolicy extends Enum<CryptographicHashAttribute.PartialAttributePolicy>
| Modifier and Type | Method and Description |
|---|---|
static CryptographicHashAttribute.PartialAttributePolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CryptographicHashAttribute.PartialAttributePolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CryptographicHashAttribute.PartialAttributePolicy ALLOW
public static final CryptographicHashAttribute.PartialAttributePolicy PROHIBIT
public static CryptographicHashAttribute.PartialAttributePolicy[] values()
for (CryptographicHashAttribute.PartialAttributePolicy c : CryptographicHashAttribute.PartialAttributePolicy.values()) System.out.println(c);
public static CryptographicHashAttribute.PartialAttributePolicy 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 © 2023 Apache NiFi Project. All rights reserved.