Uses of Class
org.odpi.openmetadata.repositoryservices.properties.CohortConnectionStatus
-
Packages that use CohortConnectionStatus Package Description org.odpi.openmetadata.repositoryservices.properties -
-
Uses of CohortConnectionStatus in org.odpi.openmetadata.repositoryservices.properties
Methods in org.odpi.openmetadata.repositoryservices.properties that return CohortConnectionStatus Modifier and Type Method Description CohortConnectionStatusCohortDescription. getConnectionStatus()Return the status of the connection to the cohort.static CohortConnectionStatusCohortConnectionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static CohortConnectionStatus[]CohortConnectionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.repositoryservices.properties with parameters of type CohortConnectionStatus Modifier and Type Method Description voidCohortDescription. setConnectionStatus(CohortConnectionStatus connectionStatus)Set up the status of the connector tio the cohort.
-