Uses of Class
org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDefAttributeStatus
-
Packages that use TypeDefAttributeStatus Package Description org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs -
-
Uses of TypeDefAttributeStatus in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs
Fields in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs declared as TypeDefAttributeStatus Modifier and Type Field Description protected TypeDefAttributeStatusTypeDefAttribute. attributeStatusMethods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs that return TypeDefAttributeStatus Modifier and Type Method Description TypeDefAttributeStatusTypeDefAttribute. getAttributeStatus()Return the status of this attribute.static TypeDefAttributeStatusTypeDefAttributeStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static TypeDefAttributeStatus[]TypeDefAttributeStatus. 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 TypeDefAttributeStatus Modifier and Type Method Description voidTypeDefAttribute. setAttributeStatus(TypeDefAttributeStatus attributeStatus)Set up the status of this attribute.
-