public enum ServerTypeClassification extends Enum<ServerTypeClassification>
| Modifier and Type | Method and Description |
|---|---|
String |
getServerTypeDescription()
Returns description of server type
|
String |
getServerTypeName()
Returns the unique identifier for the error message.
|
String |
getServerTypeWiki()
Return the link to the page on the Egeria website that describes this server.
|
ServerTypeClassification |
getSuperType()
Returns super type of server - null for top level.
|
static ServerTypeClassification |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerTypeClassification[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServerTypeClassification OMAG_SERVER
public static final ServerTypeClassification COHORT_MEMBER
public static final ServerTypeClassification METADATA_ACCESS_POINT
public static final ServerTypeClassification METADATA_SERVER
public static final ServerTypeClassification REPOSITORY_PROXY
public static final ServerTypeClassification CONFORMANCE_SERVER
public static final ServerTypeClassification GOVERNANCE_SERVER
public static final ServerTypeClassification INTEGRATION_DAEMON
public static final ServerTypeClassification ENGINE_HOST
public static final ServerTypeClassification DISCOVERY_SERVER
public static final ServerTypeClassification STEWARDSHIP_SERVER
public static final ServerTypeClassification OPEN_LINEAGE_SERVER
public static final ServerTypeClassification DATA_PLATFORM_SERVER
public static final ServerTypeClassification DATA_ENGINE_PROXY
public static final ServerTypeClassification SECURITY_SYNC_SERVER
public static final ServerTypeClassification SECURITY_OFFICER_SERVER
public static final ServerTypeClassification VIRTUALIZER_SERVER
public static final ServerTypeClassification VIEW_SERVER
public static ServerTypeClassification[] values()
for (ServerTypeClassification c : ServerTypeClassification.values()) System.out.println(c);
public static ServerTypeClassification 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 String getServerTypeName()
public String getServerTypeDescription()
public ServerTypeClassification getSuperType()
public String getServerTypeWiki()
Copyright © 2018–2020 ODPi. All rights reserved.