public enum DigitalServiceResponsibility extends Enum<DigitalServiceResponsibility> implements Serializable
| Enum Constant and Description |
|---|
DATA_CONTROLLER |
DATA_PROCESSOR |
OTHER |
UNCLASSIFIED_RESPONSIBILITY |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Return the default description of the instance provenance type.
|
String |
getName()
Return the default name of the instance provenance type.
|
int |
getOrdinal()
Return the numeric representation of the instance provenance type.
|
String |
toString()
toString() JSON-style
|
static DigitalServiceResponsibility |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DigitalServiceResponsibility[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DigitalServiceResponsibility UNCLASSIFIED_RESPONSIBILITY
public static final DigitalServiceResponsibility DATA_CONTROLLER
public static final DigitalServiceResponsibility DATA_PROCESSOR
public static final DigitalServiceResponsibility OTHER
public static DigitalServiceResponsibility[] values()
for (DigitalServiceResponsibility c : DigitalServiceResponsibility.values()) System.out.println(c);
public static DigitalServiceResponsibility 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 nullpublic int getOrdinal()
public String getName()
public String getDescription()
public String toString()
toString in class Enum<DigitalServiceResponsibility>Copyright © 2018–2019 ODPi. All rights reserved.