Enum Class CocoOpenConnectorDefinition
java.lang.Object
java.lang.Enum<CocoOpenConnectorDefinition>
org.odpi.openmetadata.samples.governanceactions.clinicaltrials.metadata.CocoOpenConnectorDefinition
- All Implemented Interfaces:
Serializable,Comparable<CocoOpenConnectorDefinition>,Constable,OpenConnectorDefinition
public enum CocoOpenConnectorDefinition
extends Enum<CocoOpenConnectorDefinition>
implements OpenConnectorDefinition
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionReturn the component description for this connector.intReturn the component identifier for the connector.Return the description of the connector type.Return the development status of the connector.Return the display name of the connector type.Return the class name of the connector provider that implements this connector.Return the qualified name of the connector type.Return the unique identifier for the connector type.Return the link to the wiki page for this connector.Return the name of the asset type that this connector supports.Return the name of the deployed implementation that this connector supports.static CocoOpenConnectorDefinitionReturns the enum constant of this class with the specified name.static CocoOpenConnectorDefinition[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CERTIFY_HOSPITAL
-
CERTIFY_WEEKLY_MEASUREMENTS
-
ONBOARD_HOSPITAL
-
NOMINATE_HOSPITAL
-
SET_UP_DATA_LAKE
-
SET_UP_CLINICAL_TRIAL
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getConnectorComponentId
public int getConnectorComponentId()Return the component identifier for the connector.- Specified by:
getConnectorComponentIdin interfaceOpenConnectorDefinition- Returns:
- int
-
getConnectorTypeGUID
Return the unique identifier for the connector type.- Specified by:
getConnectorTypeGUIDin interfaceOpenConnectorDefinition- Returns:
- string
-
getConnectorQualifiedName
Return the qualified name of the connector type.- Specified by:
getConnectorQualifiedNamein interfaceOpenConnectorDefinition- Returns:
- string
-
getConnectorDisplayName
Return the display name of the connector type.- Specified by:
getConnectorDisplayNamein interfaceOpenConnectorDefinition- Returns:
- string
-
getConnectorDescription
Return the description of the connector type.- Specified by:
getConnectorDescriptionin interfaceOpenConnectorDefinition- Returns:
- string
-
getConnectorWikiPage
Return the link to the wiki page for this connector.- Specified by:
getConnectorWikiPagein interfaceOpenConnectorDefinition- Returns:
- string
-
getConnectorProviderClassName
Return the class name of the connector provider that implements this connector.- Specified by:
getConnectorProviderClassNamein interfaceOpenConnectorDefinition- Returns:
- string
-
getConnectorDevelopmentStatus
Return the development status of the connector.- Specified by:
getConnectorDevelopmentStatusin interfaceOpenConnectorDefinition- Returns:
- ComponentDevelopmentStatus enum
-
getSupportedAssetTypeName
Return the name of the asset type that this connector supports.- Specified by:
getSupportedAssetTypeNamein interfaceOpenConnectorDefinition- Returns:
- string
-
getSupportedDeployedImplementationType
Return the name of the deployed implementation that this connector supports.- Specified by:
getSupportedDeployedImplementationTypein interfaceOpenConnectorDefinition- Returns:
- string
-
getComponentDescription
Return the component description for this connector. This is used to initialize the audit log for the connector.- Specified by:
getComponentDescriptionin interfaceOpenConnectorDefinition- Returns:
- AuditLogReportingComponent
-