Enum Class PostgresSolutionComponentWire
java.lang.Object
java.lang.Enum<PostgresSolutionComponentWire>
org.odpi.openmetadata.adapters.connectors.postgres.solution.PostgresSolutionComponentWire
- All Implemented Interfaces:
Serializable
,Comparable<PostgresSolutionComponentWire>
,Constable
,SolutionComponentWireDefinition
public enum PostgresSolutionComponentWire
extends Enum<PostgresSolutionComponentWire>
implements SolutionComponentWireDefinition
Define the linkage between solution components defined for the Egeria runtime.
-
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 TypeMethodDescriptionReturn the component for end 1Return the component for end 2Return the relationship description.Return the list of ISC qualified names that the wire belongs to.getLabel()
Return the relationship label.toString()
Output of this enum class and main value.Returns the enum constant of this class with the specified name.static PostgresSolutionComponentWire[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
TABULAR_DATA_SET_TO_POSTGRES
-
SURVEY_SERVER_TO_POSTGRES
-
SURVEY_SERVER_TO_METADATA_STORE
-
SURVEY_DATABASE_TO_POSTGRES
-
SURVEY_DATABASE_TO_METADATA_STORE
-
CATALOG_SERVER_TO_POSTGRES
-
CATALOG_SERVER_TO_METADATA_STORE
-
CATALOG_DATABASE_TO_POSTGRES
-
CATALOG_DATABASE_TO_METADATA_STORE
-
-
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
-
getComponent1
Return the component for end 1- Specified by:
getComponent1
in interfaceSolutionComponentWireDefinition
- Returns:
- component definition
-
getComponent2
Return the component for end 2- Specified by:
getComponent2
in interfaceSolutionComponentWireDefinition
- Returns:
- component definition
-
getLabel
Return the relationship label.- Specified by:
getLabel
in interfaceSolutionComponentWireDefinition
- Returns:
- string
-
getDescription
Return the relationship description.- Specified by:
getDescription
in interfaceSolutionComponentWireDefinition
- Returns:
- string
-
getISCQualifiedNames
Return the list of ISC qualified names that the wire belongs to.- Specified by:
getISCQualifiedNames
in interfaceSolutionComponentWireDefinition
- Returns:
- list of strings
-
toString
Output of this enum class and main value.- Overrides:
toString
in classEnum<PostgresSolutionComponentWire>
- Returns:
- string showing enum value
-