Uses of Class
org.odpi.openmetadata.accessservices.assetconsumer.elements.ElementStatus
-
Packages that use ElementStatus Package Description org.odpi.openmetadata.accessservices.assetconsumer.elements The metadata elements describe the way that metadata is returned from the repository. -
-
Uses of ElementStatus in org.odpi.openmetadata.accessservices.assetconsumer.elements
Methods in org.odpi.openmetadata.accessservices.assetconsumer.elements that return ElementStatus Modifier and Type Method Description ElementStatusElementHeader. getStatus()Return the current status of the element - typically ACTIVE.static ElementStatusElementStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ElementStatus[]ElementStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.accessservices.assetconsumer.elements with parameters of type ElementStatus Modifier and Type Method Description voidElementHeader. setStatus(ElementStatus status)Set up the current status of the element - typically ACTIVE.
-