public static enum GDPRPolicyElementName.GDPRPolicyAttributeName extends java.lang.Enum<GDPRPolicyElementName.GDPRPolicyAttributeName>
Enum Constant and Description |
---|
PATH
Represents the "path" attribute, used to specify a path within the entity data.
|
Modifier and Type | Field and Description |
---|---|
java.lang.String |
xmlName
The XML name of the attribute.
|
Modifier and Type | Method and Description |
---|---|
static GDPRPolicyElementName.GDPRPolicyAttributeName |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GDPRPolicyElementName.GDPRPolicyAttributeName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GDPRPolicyElementName.GDPRPolicyAttributeName PATH
public static GDPRPolicyElementName.GDPRPolicyAttributeName[] values()
for (GDPRPolicyElementName.GDPRPolicyAttributeName c : GDPRPolicyElementName.GDPRPolicyAttributeName.values()) System.out.println(c);
public static GDPRPolicyElementName.GDPRPolicyAttributeName valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.