public static enum Attribute.AttributeKind extends Enum<Attribute.AttributeKind>
| Enum Constant and Description |
|---|
OTHER |
PROV_KEY |
PROV_LABEL |
PROV_LOCATION |
PROV_ROLE |
PROV_TYPE |
PROV_VALUE |
| Modifier and Type | Method and Description |
|---|---|
static Attribute.AttributeKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Attribute.AttributeKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Attribute.AttributeKind PROV_TYPE
public static final Attribute.AttributeKind PROV_LABEL
public static final Attribute.AttributeKind PROV_ROLE
public static final Attribute.AttributeKind PROV_LOCATION
public static final Attribute.AttributeKind PROV_VALUE
public static final Attribute.AttributeKind PROV_KEY
public static final Attribute.AttributeKind OTHER
public static Attribute.AttributeKind[] values()
for (Attribute.AttributeKind c : Attribute.AttributeKind.values()) System.out.println(c);
public static Attribute.AttributeKind 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 © 2016. All rights reserved.