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 ElementTypeAssetElementHeader. getType()Return the element type properties for this properties object. -
Uses of ElementType in org.odpi.openmetadata.frameworks.connectors.properties.beans
Methods 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.ElementTypeElementControlHeader. 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 voidElementControlHeader. 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
-