Uses of Class
org.odpi.openmetadata.accessservices.assetowner.metadataelements.ElementStatus
-
Packages that use ElementStatus Package Description org.odpi.openmetadata.accessservices.assetowner.metadataelements -
-
Uses of ElementStatus in org.odpi.openmetadata.accessservices.assetowner.metadataelements
Methods in org.odpi.openmetadata.accessservices.assetowner.metadataelements 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.assetowner.metadataelements with parameters of type ElementStatus Modifier and Type Method Description voidElementHeader. setStatus(ElementStatus status)Set up the current status of the element - typically ACTIVE.
-