Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementOrigin
-
Packages that use ElementOrigin Package Description org.odpi.openmetadata.frameworks.connectors.properties org.odpi.openmetadata.frameworks.connectors.properties.beans -
-
Uses of ElementOrigin in org.odpi.openmetadata.frameworks.connectors.properties
Methods in org.odpi.openmetadata.frameworks.connectors.properties that return ElementOrigin Modifier and Type Method Description protected ElementOriginAssetElementOrigin. getElementBean()Clone the bean as part of the deep clone constructor.ElementOriginAssetElementHeader. getOrigin()Return the element type properties for this properties object.Constructors in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type ElementOrigin Constructor Description AssetElementOrigin(ElementOrigin elementBean)Bean constructor accepts bean version of the AssetElementOrigin to provide the values -
Uses of ElementOrigin in org.odpi.openmetadata.frameworks.connectors.properties.beans
Methods in org.odpi.openmetadata.frameworks.connectors.properties.beans that return ElementOrigin Modifier and Type Method Description ElementOriginElementControlHeader. getOrigin()Return information about the origin of the element.Methods in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type ElementOrigin Modifier and Type Method Description voidElementControlHeader. setOrigin(ElementOrigin origin)Set up information about the origin of the element.Constructors in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type ElementOrigin Constructor Description ElementOrigin(ElementOrigin templateType)Copy/clone constructor
-