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