Uses of Class
org.odpi.openmetadata.frameworks.governanceaction.search.PrimitiveTypeCategory
-
Packages that use PrimitiveTypeCategory Package Description org.odpi.openmetadata.frameworks.governanceaction.search -
-
Uses of PrimitiveTypeCategory in org.odpi.openmetadata.frameworks.governanceaction.search
Methods in org.odpi.openmetadata.frameworks.governanceaction.search that return PrimitiveTypeCategory Modifier and Type Method Description PrimitiveTypeCategoryPrimitiveTypePropertyValue. getPrimitiveTypeCategory()Return the category of the primitive's type.static PrimitiveTypeCategoryPrimitiveTypeCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static PrimitiveTypeCategory[]PrimitiveTypeCategory. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.frameworks.governanceaction.search with parameters of type PrimitiveTypeCategory Modifier and Type Method Description voidPrimitiveTypePropertyValue. setPrimitiveTypeCategory(PrimitiveTypeCategory primitiveTypeCategory)Set up the category of the primitive type.
-