public enum GovernanceServersDescription extends Enum<GovernanceServersDescription> implements Serializable
| Enum Constant and Description |
|---|
DISCOVERY_ENGINE_SERVICES |
SECURITY_SYNC_SERVICES |
STEWARDSHIP_SERVICES |
| Modifier and Type | Method and Description |
|---|---|
static List<GovernanceServersDescription> |
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 |
getServiceWiki()
Return the URL for the wiki page describing this access service.
|
static GovernanceServersDescription |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GovernanceServersDescription[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GovernanceServersDescription DISCOVERY_ENGINE_SERVICES
public static final GovernanceServersDescription SECURITY_SYNC_SERVICES
public static final GovernanceServersDescription STEWARDSHIP_SERVICES
public static GovernanceServersDescription[] values()
for (GovernanceServersDescription c : GovernanceServersDescription.values()) System.out.println(c);
public static GovernanceServersDescription 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<GovernanceServersDescription> getGovernanceServersDescriptionList()
public int getServiceCode()
public String getServiceName()
public String getServiceDescription()
public String getServiceWiki()
Copyright © 2018–2019 ODPi. All rights reserved.