public enum GovernanceDomain extends Enum<GovernanceDomain> implements Serializable
| Enum Constant and Description |
|---|
ASSET_MANAGEMENT |
CORPORATE |
DATA |
IT_INFRASTRUCTURE |
OTHER |
PRIVACY |
SECURITY |
SOFTWARE_DEVELOPMENT |
UNCLASSIFIED |
| 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 GovernanceDomain |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GovernanceDomain[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GovernanceDomain UNCLASSIFIED
public static final GovernanceDomain DATA
public static final GovernanceDomain PRIVACY
public static final GovernanceDomain SECURITY
public static final GovernanceDomain IT_INFRASTRUCTURE
public static final GovernanceDomain SOFTWARE_DEVELOPMENT
public static final GovernanceDomain CORPORATE
public static final GovernanceDomain ASSET_MANAGEMENT
public static final GovernanceDomain OTHER
public static GovernanceDomain[] values()
for (GovernanceDomain c : GovernanceDomain.values()) System.out.println(c);
public static GovernanceDomain 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<GovernanceDomain>Copyright © 2017–2018 ODPi. All rights reserved.