Enum Class DataSetTemplateDefinition
java.lang.Object
java.lang.Enum<DataSetTemplateDefinition>
org.odpi.openmetadata.archiveutilities.openconnectors.DataSetTemplateDefinition
- All Implemented Interfaces:
Serializable
,Comparable<DataSetTemplateDefinition>
,Constable
A description of templates for simple data sets. These templates include an asset that may or may not have a connection. The
connection is omitted if there is no connectorTypeGUID.
-
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 connector type GUID for the connection.Get identifier of content pack where this template should be located.Return the supported deployed implementation for this template.Return the name of the server where this asset resides.Return the unique identifier of the template.toString()
JSON-style toStringstatic DataSetTemplateDefinition
Returns the enum constant of this class with the specified name.static DataSetTemplateDefinition[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DATA_FILE_COLLECTION
-
-
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
-
getTemplateGUID
Return the unique identifier of the template.- Returns:
- name
-
getDeployedImplementationType
Return the supported deployed implementation for this template.- Returns:
- enum
-
getQualifiedName
Return the name of the server where this asset resides.- Returns:
- string
-
getConnectorTypeGUID
Return the connector type GUID for the connection.- Returns:
- string
-
getContentPackDefinition
Get identifier of content pack where this template should be located.- Returns:
- content pack definition
-
toString
JSON-style toString- Overrides:
toString
in classEnum<DataSetTemplateDefinition>
- Returns:
- return string containing the property names and values
-