Enum Class ServerTypeClassification
java.lang.Object
java.lang.Enum<ServerTypeClassification>
org.odpi.openmetadata.adminservices.configuration.registration.ServerTypeClassification
- All Implemented Interfaces:
Serializable
,Comparable<ServerTypeClassification>
,Constable
ServerTypeClassification manages a list of different server types.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionReturns description of server typeReturns the unique identifier for the error message.Return the link to the page on the Egeria website that describes this server.Returns super type of server - null for top level.static ServerTypeClassification
Returns the enum constant of this class with the specified name.static ServerTypeClassification[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
OMAG_SERVER
-
COHORT_MEMBER
-
METADATA_ACCESS_POINT
-
METADATA_SERVER
-
REPOSITORY_PROXY
-
CONFORMANCE_SERVER
-
GOVERNANCE_SERVER
-
INTEGRATION_DAEMON
-
ENGINE_HOST
-
OPEN_LINEAGE_SERVER
-
DATA_ENGINE_PROXY
-
VIEW_SERVER
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getServerTypeName
Returns the unique identifier for the error message.- Returns:
- logMessageId
-
getServerTypeDescription
Returns description of server type- Returns:
- userAction String
-
getSuperType
Returns super type of server - null for top level.- Returns:
- systemAction String
-
getServerTypeWiki
Return the link to the page on the Egeria website that describes this server.- Returns:
- url
-