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