public enum GovernanceServicesDescription extends Enum<GovernanceServicesDescription> implements Serializable
| Modifier and Type | Method and Description |
|---|---|
static List<GovernanceServicesDescription> |
getGovernanceServersDescriptionList()
Return a list containing each of the governance service descriptions defined in this enum class.
|
static Set<String> |
getGovernanceServersURLMarkers()
Return a set of non null url markers (short names) of the governance services
|
int |
getServiceCode()
Return the code for this enum instance
|
String |
getServiceDescription()
Return the default description for the type for this enum instance.
|
String |
getServiceName()
Return the default name for this enum instance.
|
String |
getServiceURLMarker()
Return the string that appears in the REST API URL that identifies the owning service.
|
String |
getServiceWiki()
Return the URL for the wiki page describing this governance service.
|
static GovernanceServicesDescription |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GovernanceServicesDescription[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GovernanceServicesDescription DISCOVERY_ENGINE_SERVICES
public static final GovernanceServicesDescription SECURITY_SYNC_SERVICES
public static final GovernanceServicesDescription STEWARDSHIP_SERVICES
public static final GovernanceServicesDescription OPEN_LINEAGE_SERVICES
public static final GovernanceServicesDescription VIRTUALIZATION_SERVICES
public static final GovernanceServicesDescription CONFORMANCE_SUITE_SERVICES
public static final GovernanceServicesDescription SECURITY_OFFICER_SERVICES
public static final GovernanceServicesDescription DATA_ENGINE_PROXY_SERVICES
public static final GovernanceServicesDescription DATA_PLATFORM_SERVICES
public static final GovernanceServicesDescription INTEGRATION_DAEMON_SERVICES
public static GovernanceServicesDescription[] values()
for (GovernanceServicesDescription c : GovernanceServicesDescription.values()) System.out.println(c);
public static GovernanceServicesDescription 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 static List<GovernanceServicesDescription> getGovernanceServersDescriptionList()
public static Set<String> getGovernanceServersURLMarkers()
public int getServiceCode()
public String getServiceName()
public String getServiceURLMarker()
public String getServiceDescription()
public String getServiceWiki()
Copyright © 2018–2020 ODPi. All rights reserved.