Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttributeCategory
-
Packages that use SchemaAttributeCategory Package Description org.odpi.openmetadata.frameworks.connectors.properties.beans -
-
Uses of SchemaAttributeCategory in org.odpi.openmetadata.frameworks.connectors.properties.beans
Methods in org.odpi.openmetadata.frameworks.connectors.properties.beans that return SchemaAttributeCategory Modifier and Type Method Description SchemaAttributeCategorySchemaAttribute. getCategory()Return the category of the schema attribute.static SchemaAttributeCategorySchemaAttributeCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static SchemaAttributeCategory[]SchemaAttributeCategory. 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 SchemaAttributeCategory Modifier and Type Method Description voidSchemaAttribute. setCategory(SchemaAttributeCategory category)Set up the category of the schema attribute.
-