Uses of Class
org.odpi.openmetadata.frameworks.governanceaction.properties.ElementOriginCategory
-
Packages that use ElementOriginCategory Package Description org.odpi.openmetadata.frameworks.governanceaction.properties -
-
Uses of ElementOriginCategory in org.odpi.openmetadata.frameworks.governanceaction.properties
Methods in org.odpi.openmetadata.frameworks.governanceaction.properties that return ElementOriginCategory Modifier and Type Method Description ElementOriginCategoryElementControlHeader. getElementOriginCategory()Return the origin category of the metadata element.static ElementOriginCategoryElementOriginCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static ElementOriginCategory[]ElementOriginCategory. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.frameworks.governanceaction.properties with parameters of type ElementOriginCategory Modifier and Type Method Description voidElementControlHeader. setElementOriginCategory(ElementOriginCategory elementOriginCategory)Set up the category of this element's origin.
-