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 ElementOriginAssetElementType. getElementOrigin()Return the origin of the metadata element. -
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. getElementOrigin()Return the origin category of the metadata element.static ElementOriginElementOrigin. valueOf(String name)Returns the enum constant of this type with the specified name.static ElementOrigin[]ElementOrigin. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type ElementOrigin Modifier and Type Method Description voidElementControlHeader. setElementOrigin(ElementOrigin elementOrigin)Set up the category of this element's origin.
-