Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementType
-
Packages that use ElementType Package Description org.odpi.openmetadata.frameworks.connectors.properties org.odpi.openmetadata.frameworks.connectors.properties.beans -
-
Uses of ElementType in org.odpi.openmetadata.frameworks.connectors.properties
Methods in org.odpi.openmetadata.frameworks.connectors.properties that return ElementType Modifier and Type Method Description protected ElementTypeAssetElementType. getElementTypeBean()Clone the bean as part of the deep clone constructor.Constructors in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type ElementType Constructor Description AssetElementType(ElementType elementTypeBean)Bean constructor accepts bean version of the AssetElementType to provide the values -
Uses of ElementType in org.odpi.openmetadata.frameworks.connectors.properties.beans
Fields in org.odpi.openmetadata.frameworks.connectors.properties.beans declared as ElementType Modifier and Type Field Description protected ElementTypeElementHeader. typeMethods in org.odpi.openmetadata.frameworks.connectors.properties.beans that return ElementType Modifier and Type Method Description static ElementTypeConnection. getConnectionType()Return the standard type for a connection type.static ElementTypeConnectorType. getConnectorTypeType()Return the standard type for a connector type.static ElementTypeEndpoint. getEndpointType()Return the standard type for an endpoint.ElementTypeElementHeader. getType()Return the element type properties for this properties object.static ElementTypeVirtualConnection. getVirtualConnectionType()Return the standard type for a connection type.Methods in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type ElementType Modifier and Type Method Description voidElementHeader. setType(ElementType type)Set up the type of this element.Constructors in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type ElementType Constructor Description ElementType(ElementType templateType)Copy/clone constructor
-