public enum ServerTypeClassification extends Enum<ServerTypeClassification>
| Enum Constant and Description |
|---|
COHORT_MEMBER |
CONFORMANCE_SERVER |
DATA_ENGINE_PROXY |
ENGINE_HOST |
GOVERNANCE_SERVER |
INTEGRATION_DAEMON |
METADATA_ACCESS_POINT |
METADATA_SERVER |
OMAG_SERVER |
OPEN_LINEAGE_SERVER |
REPOSITORY_PROXY |
VIEW_SERVER |
| 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 OPEN_LINEAGE_SERVER
public static final ServerTypeClassification DATA_ENGINE_PROXY
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–2021 LF AI & Data Foundation. All rights reserved.