Enum Class EgeriaSolutionComponent
java.lang.Object
java.lang.Enum<EgeriaSolutionComponent>
org.odpi.openmetadata.frameworks.openmetadata.definitions.EgeriaSolutionComponent
- All Implemented Interfaces:
Serializable
,Comparable<EgeriaSolutionComponent>
,Constable
,ReferenceableDefinition
,SolutionComponentDefinition
public enum EgeriaSolutionComponent
extends Enum<EgeriaSolutionComponent>
implements SolutionComponentDefinition
A description of the predefined solution components.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
Fields inherited from interface org.odpi.openmetadata.frameworks.openmetadata.definitions.ReferenceableDefinition
EGERIA_VERSION_IDENTIFIER
-
Method Summary
Modifier and TypeMethodDescriptionReturn the type of solution component - for example, is it a process, of file or database.Return the description of the solution component.Return the display name of the solution component.getGUID()
Return the GUID for the element.Return the version identifier of the solution blueprint.Return the GUID of the implementation element (or null)Return which type of software component is likely to be deployed to implement this solution component.Return the optional list of subcomponents.toString()
Output of this enum class and main value.static EgeriaSolutionComponent
Returns the enum constant of this class with the specified name.static EgeriaSolutionComponent[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf
Methods inherited from interface org.odpi.openmetadata.frameworks.openmetadata.definitions.ReferenceableDefinition
getParentCollection, getQualifiedName, getVersionIdentifier, isTemplate
Methods inherited from interface org.odpi.openmetadata.frameworks.openmetadata.definitions.SolutionComponentDefinition
getTypeName
-
Enum Constant Details
-
OPEN_METADATA_REPOSITORY
-
METADATA_ACCESS_STORE
-
INTEGRATION_DAEMON
-
ENGINE_HOST
-
VIEW_SERVER
-
SERVER_PLATFORM
-
LOAD_ARCHIVE
-
PYEGERIA
-
MY_EGERIA
-
DR_EGERIA
-
HEY_EGERIA
-
OPEN_METADATA_ARCHIVE
-
EGERIA_BUILD
-
JUPYTER_HUB
-
DEFAULT_UNITY_CATALOG
-
RDBMS_UNITY_CATALOG
-
OL_PROXY
-
OL_KAFKA_TOPIC
-
APACHE_AIRFLOW_JOB
-
APACHE_AIRFLOW
-
OPEN_METADATA_TOPIC
-
APACHE_KAFKA
-
EGERIA_POSTGRESQL_DATABASE
-
UC_POSTGRESQL_DATABASE
-
SUPERSET_POSTGRESQL_DATABASE
-
AIRFLOW_POSTGRESQL_DATABASE
-
MARQUEZ_POSTGRESQL_DATABASE
-
POSTGRES_SERVER
-
APACHE_SUPERSET
-
MARQUEZ
-
APACHE_WEB_SERVER
-
PYEGERIA_WEB
-
MARKDOWN_DOCUMENT
-
HTML_WEBPAGE
-
JUPYTER_NOTEBOOK
-
USER_WORKSPACE
-
-
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
-
getGUID
Return the GUID for the element.- Specified by:
getGUID
in interfaceReferenceableDefinition
- Returns:
- string
-
getComponentType
Return the type of solution component - for example, is it a process, of file or database.- Specified by:
getComponentType
in interfaceSolutionComponentDefinition
- Returns:
- string
-
getImplementationType
Return which type of software component is likely to be deployed to implement this solution component.- Specified by:
getImplementationType
in interfaceSolutionComponentDefinition
- Returns:
- string
-
getDisplayName
Return the display name of the solution component.- Specified by:
getDisplayName
in interfaceReferenceableDefinition
- Returns:
- string
-
getDescription
Return the description of the solution component.- Specified by:
getDescription
in interfaceReferenceableDefinition
- Returns:
- string
-
getIdentifier
Return the version identifier of the solution blueprint.- Specified by:
getIdentifier
in interfaceReferenceableDefinition
- Returns:
- string
-
getSubComponents
Return the optional list of subcomponents.- Specified by:
getSubComponents
in interfaceSolutionComponentDefinition
- Returns:
- null or list
-
getImplementationResource
Return the GUID of the implementation element (or null)- Specified by:
getImplementationResource
in interfaceSolutionComponentDefinition
- Returns:
- guid
-
toString
Output of this enum class and main value.- Overrides:
toString
in classEnum<EgeriaSolutionComponent>
- Returns:
- string showing enum value
-