public static enum ProcessingPurposeSubelementName.ProcessingPurposeSubelementNameAttributeName extends java.lang.Enum<ProcessingPurposeSubelementName.ProcessingPurposeSubelementNameAttributeName>
Enum Constant and Description |
---|
ID
Represents the "id" attribute, used to specify the unique identifier of a processing legal basis.
|
Modifier and Type | Field and Description |
---|---|
java.lang.String |
xmlName
The XML name of the attribute.
|
Modifier and Type | Method and Description |
---|---|
static ProcessingPurposeSubelementName.ProcessingPurposeSubelementNameAttributeName |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProcessingPurposeSubelementName.ProcessingPurposeSubelementNameAttributeName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProcessingPurposeSubelementName.ProcessingPurposeSubelementNameAttributeName ID
public static ProcessingPurposeSubelementName.ProcessingPurposeSubelementNameAttributeName[] values()
for (ProcessingPurposeSubelementName.ProcessingPurposeSubelementNameAttributeName c : ProcessingPurposeSubelementName.ProcessingPurposeSubelementNameAttributeName.values()) System.out.println(c);
public static ProcessingPurposeSubelementName.ProcessingPurposeSubelementNameAttributeName 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.