Enum Class EndpointTemplateDefinition
java.lang.Object
java.lang.Enum<EndpointTemplateDefinition>
org.odpi.openmetadata.archiveutilities.openconnectors.EndpointTemplateDefinition
- All Implemented Interfaces:
Serializable
,Comparable<EndpointTemplateDefinition>
,Constable
,TemplateDefinition
public enum EndpointTemplateDefinition
extends Enum<EndpointTemplateDefinition>
implements TemplateDefinition
A description of the default endpoint templates.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn the supported deployed implementation for this template.Return the server description.Return the endpoint address.Return the list of placeholders supported by this template.Return the endpoint protocol.Return the list of attributes that should be supplied by the caller using this template.Return the name of the server.Return the description to go in the template classification.Return the unique identifier of the template.Return the name to go in the template classification.Return the version identifier for the template classification.toString()
JSON-style toStringstatic EndpointTemplateDefinition
Returns the enum constant of this class with the specified name.static EndpointTemplateDefinition[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
JDBC_ENDPOINT_TEMPLATE
-
REST_ENDPOINT_TEMPLATE
-
-
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.- Specified by:
getTemplateGUID
in interfaceTemplateDefinition
- Returns:
- name
-
getTemplateName
Return the name to go in the template classification.- Specified by:
getTemplateName
in interfaceTemplateDefinition
- Returns:
- string
-
getTemplateDescription
Return the description to go in the template classification.- Specified by:
getTemplateDescription
in interfaceTemplateDefinition
- Returns:
- string
-
getTemplateVersionIdentifier
Return the version identifier for the template classification.- Specified by:
getTemplateVersionIdentifier
in interfaceTemplateDefinition
- Returns:
- string
-
getDeployedImplementationType
Return the supported deployed implementation for this template.- Specified by:
getDeployedImplementationType
in interfaceTemplateDefinition
- Returns:
- enum
-
getServerName
Return the name of the server.- Returns:
- string
-
getEndpointDescription
Return the server description.- Returns:
- string
-
getNetworkAddress
Return the endpoint address.- Returns:
- string
-
getProtocol
Return the endpoint protocol.- Returns:
- string
-
getPlaceholders
Return the list of placeholders supported by this template.- Specified by:
getPlaceholders
in interfaceTemplateDefinition
- Returns:
- list of placeholder types
-
getReplacementAttributes
Return the list of attributes that should be supplied by the caller using this template.- Specified by:
getReplacementAttributes
in interfaceTemplateDefinition
- Returns:
- list of replacement attributes
-
toString
JSON-style toString- Overrides:
toString
in classEnum<EndpointTemplateDefinition>
- Returns:
- return string containing the property names and values
-