Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStatus
-
Packages that use ElementStatus Package Description org.odpi.openmetadata.frameworks.connectors.properties org.odpi.openmetadata.frameworks.connectors.properties.beans -
-
Uses of ElementStatus in org.odpi.openmetadata.frameworks.connectors.properties
Methods in org.odpi.openmetadata.frameworks.connectors.properties that return ElementStatus Modifier and Type Method Description ElementStatusAssetElementHeader. getStatus()Return the status of the element. -
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 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.frameworks.connectors.properties.beans with parameters of type ElementStatus Modifier and Type Method Description voidElementControlHeader. setStatus(ElementStatus status)Set up the current status of the element - typically ACTIVE.
-