Uses of Class
org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.InstancePropertyCategory
-
Packages that use InstancePropertyCategory Package Description org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances -
-
Uses of InstancePropertyCategory in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances that return InstancePropertyCategory Modifier and Type Method Description InstancePropertyCategoryInstancePropertyValue. getInstancePropertyCategory()Return the category of this instance property's type.static InstancePropertyCategoryInstancePropertyCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static InstancePropertyCategory[]InstancePropertyCategory. 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.instances with parameters of type InstancePropertyCategory Modifier and Type Method Description voidInstancePropertyValue. setInstancePropertyCategory(InstancePropertyCategory instancePropertyCategory)Set up the category for this instance property.Constructors in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances with parameters of type InstancePropertyCategory Constructor Description InstancePropertyValue(InstancePropertyCategory instancePropertyCategory)Typical constructor initializes the instance property value to nulls.
-