Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementOriginCategory
-
Packages that use ElementOriginCategory Package Description org.odpi.openmetadata.frameworks.connectors.properties org.odpi.openmetadata.frameworks.connectors.properties.beans -
-
Uses of ElementOriginCategory in org.odpi.openmetadata.frameworks.connectors.properties
Methods in org.odpi.openmetadata.frameworks.connectors.properties that return ElementOriginCategory Modifier and Type Method Description ElementOriginCategoryAssetElementOrigin. getOriginCategory()Return the origin of the metadata element. -
Uses of ElementOriginCategory in org.odpi.openmetadata.frameworks.connectors.properties.beans
Methods in org.odpi.openmetadata.frameworks.connectors.properties.beans that return ElementOriginCategory Modifier and Type Method Description ElementOriginCategoryElementOrigin. getOriginCategory()Return the origin 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.connectors.properties.beans with parameters of type ElementOriginCategory Modifier and Type Method Description voidElementOrigin. setOriginCategory(ElementOriginCategory originCategory)Set up the details of this element's origin.
-