Uses of Class
org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.ElementStub
-
Packages that use ElementStub Package Description org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements -
-
Uses of ElementStub in org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements
Fields in org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements declared as ElementStub Modifier and Type Field Description protected ElementStubEmbeddedConnection. embeddedConnectionMethods in org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements that return ElementStub Modifier and Type Method Description ElementStubConnectionElement. getConnectorType()Returns a copy of the properties for this connection's connector type.ElementStubEmbeddedConnection. getEmbeddedConnection()Return the embedded connection.ElementStubConnectionElement. getEndpoint()Returns a copy of the properties for this connection's endpoint.Methods in org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements with parameters of type ElementStub Modifier and Type Method Description voidConnectionElement. setConnectorType(ElementStub connectorType)Set up the connector type properties for this Connection.voidEmbeddedConnection. setEmbeddedConnection(ElementStub embeddedConnection)Set up the embedded connectionvoidConnectionElement. setEndpoint(ElementStub endpoint)Set up the endpoint properties for this Connection.Constructors in org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements with parameters of type ElementStub Constructor Description ElementStub(ElementStub template)Copy/clone constructor.
-