Uses of Class
org.odpi.openmetadata.frameworks.discovery.properties.ElementStatus
-
Packages that use ElementStatus Package Description org.odpi.openmetadata.frameworks.discovery.properties -
-
Uses of ElementStatus in org.odpi.openmetadata.frameworks.discovery.properties
Methods in org.odpi.openmetadata.frameworks.discovery.properties that return ElementStatus Modifier and Type Method Description ElementStatusElementControlHeader. getStatus()Return the status of this instance.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.frameworks.discovery.properties with parameters of type ElementStatus Modifier and Type Method Description voidElementControlHeader. setStatus(ElementStatus newStatus)Set up the status of this instance.
-