public enum GovernanceDomain extends Enum<GovernanceDomain> implements Serializable
| Enum Constant and Description |
|---|
AssetManagement
The physical asset management governance domain.
|
Corporate
The corporate governance domain.
|
Data
The data (information) governance domain.
|
ITInfrastructure
The IT infrastructure governance domain.
|
Other
Another governance domain.
|
Privacy
The data privacy domain.
|
Security
The security governance domain.
|
SoftwareDevelopment
The software development lifecycle governance domain.
|
Unclassified
The governance domain is not specified.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Return the description for the enum.
|
String |
getName()
Return the descriptive name for the GovernanceDomain enum instance
|
int |
getOrdinal()
Return the numerical value for the enum.
|
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 ITInfrastructure
public static final GovernanceDomain SoftwareDevelopment
public static final GovernanceDomain Corporate
public static final GovernanceDomain AssetManagement
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 getDescription()
public String getName()
Copyright © 2018 ODPi. All rights reserved.