public enum CommonUIServicesDescription extends Enum<CommonUIServicesDescription> implements Serializable
| Enum Constant and Description |
|---|
ADMIN_OPERATIONAL_SERVICES |
OPEN_METADATA_SECURITY |
| Modifier and Type | Method and Description |
|---|---|
static List<CommonUIServicesDescription> |
getGovernanceServersDescriptionList()
Return a list containing each of the view service descriptions defined in this enum class.
|
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 view service.
|
static CommonUIServicesDescription |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommonUIServicesDescription[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommonUIServicesDescription ADMIN_OPERATIONAL_SERVICES
public static final CommonUIServicesDescription OPEN_METADATA_SECURITY
public static CommonUIServicesDescription[] values()
for (CommonUIServicesDescription c : CommonUIServicesDescription.values()) System.out.println(c);
public static CommonUIServicesDescription 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<CommonUIServicesDescription> getGovernanceServersDescriptionList()
public int getServiceCode()
public String getServiceName()
public String getServiceURLMarker()
public String getServiceDescription()
public String getServiceWiki()
Copyright © 2018–2020 ODPi. All rights reserved.