Uses of Class
org.odpi.openmetadata.frameworks.discovery.properties.ElementOrigin
-
Packages that use ElementOrigin Package Description org.odpi.openmetadata.frameworks.discovery.properties -
-
Uses of ElementOrigin in org.odpi.openmetadata.frameworks.discovery.properties
Methods in org.odpi.openmetadata.frameworks.discovery.properties 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.discovery.properties with parameters of type ElementOrigin Modifier and Type Method Description voidElementControlHeader. setElementOrigin(ElementOrigin elementOrigin)Set up the category of this element's origin.
-