Uses of Class
org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.ElementOriginCategory
-
Packages that use ElementOriginCategory Package Description org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements -
-
Uses of ElementOriginCategory in org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements
Methods in org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements 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.accessservices.digitalarchitecture.metadataelements with parameters of type ElementOriginCategory Modifier and Type Method Description voidElementOrigin. setOriginCategory(ElementOriginCategory originCategory)Set up the details of this element's origin.
-