Enum Class SolutionLinkingWire
- All Implemented Interfaces:
Serializable,Comparable<SolutionLinkingWire>,Constable
Describes the additional solution linking wires that can not be derived from standard definition.
EG friendship relationships
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionPass responsibility for cataloguing schema, tables and columns.Pass responsibility for cataloguing data assets found in a Unity Catalog (UC) catalog. -
Method Summary
Modifier and TypeMethodDescriptionGet identifier of content pack where this definition should be located.Return the description of the relationship.Return the unique identifier for end 1 of the relationship.Return the unique identifier for end 2 of the relationship.getLabel()Return the name of the relationship.toString()JSON-style toStringstatic SolutionLinkingWireReturns the enum constant of this class with the specified name.static SolutionLinkingWire[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
POSTGRES_FRIENDSHIP
Pass responsibility for cataloguing schema, tables and columns. -
UNITY_CATALOG_FRIENDSHIP
Pass responsibility for cataloguing data assets found in a Unity Catalog (UC) catalog.
-
-
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
-
getEnd1GUID
Return the unique identifier for end 1 of the relationship.- Returns:
- string
-
getEnd2GUID
Return the unique identifier for end 2 of the relationship.- Returns:
- string
-
getLabel
Return the name of the relationship.- Returns:
- string
-
getDescription
Return the description of the relationship.- Returns:
- string
-
getContentPackDefinition
Get identifier of content pack where this definition should be located.- Returns:
- content pack definition
-
toString
JSON-style toString- Overrides:
toStringin classEnum<SolutionLinkingWire>- Returns:
- return string containing the property names and values
-