Uses of Class
org.odpi.openmetadata.frameworks.governanceaction.search.PrimitiveDefCategory
-
Packages that use PrimitiveDefCategory Package Description org.odpi.openmetadata.frameworks.governanceaction.search -
-
Uses of PrimitiveDefCategory in org.odpi.openmetadata.frameworks.governanceaction.search
Methods in org.odpi.openmetadata.frameworks.governanceaction.search that return PrimitiveDefCategory Modifier and Type Method Description PrimitiveDefCategoryPrimitivePropertyValue. getPrimitiveDefCategory()Return the the category of the primitive's type.static PrimitiveDefCategoryPrimitiveDefCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static PrimitiveDefCategory[]PrimitiveDefCategory. 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 PrimitiveDefCategory Modifier and Type Method Description voidPrimitivePropertyValue. setPrimitiveDefCategory(PrimitiveDefCategory primitiveDefCategory)Set up the category of the primitive type.
-