Uses of Class
org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDefStatus
-
Packages that use TypeDefStatus Package Description org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs -
-
Uses of TypeDefStatus in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs
Fields in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs declared as TypeDefStatus Modifier and Type Field Description protected TypeDefStatusTypeDefLink. statusMethods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs that return TypeDefStatus Modifier and Type Method Description TypeDefStatusTypeDefLink. getStatus()Return the status of this attribute.TypeDefStatusTypeDefPatch. getTypeDefStatus()Return any change in status for the TypeDef.static TypeDefStatusTypeDefStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static TypeDefStatus[]TypeDefStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs with parameters of type TypeDefStatus Modifier and Type Method Description voidTypeDefLink. setStatus(TypeDefStatus status)Set up the status of this type.voidTypeDefPatch. setTypeDefStatus(TypeDefStatus typeDefStatus)Set up a change in the status of the TypeDef
-