Enum Class FilesSolutionComponentWire
java.lang.Object
java.lang.Enum<FilesSolutionComponentWire>
org.odpi.openmetadata.adapters.connectors.surveyaction.solution.FilesSolutionComponentWire
- All Implemented Interfaces:
Serializable,Comparable<FilesSolutionComponentWire>,Constable,SolutionComponentWireDefinition
public enum FilesSolutionComponentWire
extends Enum<FilesSolutionComponentWire>
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.static FilesSolutionComponentWireReturns the enum constant of this class with the specified name.static FilesSolutionComponentWire[]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:
getComponent1in interfaceSolutionComponentWireDefinition- Returns:
- component definition
-
getComponent2
Return the component for end 2- Specified by:
getComponent2in interfaceSolutionComponentWireDefinition- Returns:
- component definition
-
getLabel
Return the relationship label.- Specified by:
getLabelin interfaceSolutionComponentWireDefinition- Returns:
- string
-
getDescription
Return the relationship description.- Specified by:
getDescriptionin interfaceSolutionComponentWireDefinition- Returns:
- string
-
getISCQualifiedNames
Return the list of ISC qualified names that the wire belongs to.- Specified by:
getISCQualifiedNamesin interfaceSolutionComponentWireDefinition- Returns:
- list of strings
-
toString
Output of this enum class and main value.- Overrides:
toStringin classEnum<FilesSolutionComponentWire>- Returns:
- string showing enum value
-