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