Uses of Class
org.odpi.openmetadata.frameworks.governanceaction.search.PropertyValue
-
Packages that use PropertyValue Package Description org.odpi.openmetadata.frameworks.governanceaction.search -
-
Uses of PropertyValue in org.odpi.openmetadata.frameworks.governanceaction.search
Subclasses of PropertyValue in org.odpi.openmetadata.frameworks.governanceaction.search Modifier and Type Class Description classArrayPropertyValueArrayPropertyValue stores the values of an array within an entity or relationship properties.classEnumPropertyValueAn EnumPropertyValue stores the value for an enum property.classMapPropertyValueMapPropertyValue stores the values of a map within an entity, struct or relationship properties.classPrimitivePropertyValuePrimitivePropertyValue stores a single primitive property.classStructPropertyValueStructPropertyValue supports the value part of property that is defined as a complex structure.Methods in org.odpi.openmetadata.frameworks.governanceaction.search with type parameters of type PropertyValue Modifier and Type Method Description protected <K,V extends PropertyValue>
Map<K,Object>PropertyValue. mapValuesAsObject(Map<K,V> valMap)Default method for "valueAsString".protected <K,V extends PropertyValue>
Map<K,String>PropertyValue. mapValuesAsString(Map<K,V> valMap)Default method for "valueAsObject".Methods in org.odpi.openmetadata.frameworks.governanceaction.search that return PropertyValue Modifier and Type Method Description PropertyValueArrayPropertyValue. cloneFromSubclass()Delegate the process of cloning to the subclass.PropertyValueEnumPropertyValue. cloneFromSubclass()Delegate the process of cloning to the subclass.PropertyValueMapPropertyValue. cloneFromSubclass()Delegate the process of cloning to the subclass.PropertyValuePrimitivePropertyValue. cloneFromSubclass()Delegate the process of cloning to the subclass.abstract PropertyValuePropertyValue. cloneFromSubclass()Delegate the process of cloning to the subclass.PropertyValueStructPropertyValue. cloneFromSubclass()Delegate the process of cloning to the subclass.PropertyValueElementProperties. getPropertyValue(String name)Returns the requested instance property for the element.PropertyValuePropertyCondition. getValue()Retrieve the value of the property against which to compare.Methods in org.odpi.openmetadata.frameworks.governanceaction.search that return types with arguments of type PropertyValue Modifier and Type Method Description Map<String,PropertyValue>ElementProperties. getInstanceProperties()Return the instance properties as a map.Methods in org.odpi.openmetadata.frameworks.governanceaction.search with parameters of type PropertyValue Modifier and Type Method Description voidArrayPropertyValue. setArrayValue(int elementNumber, PropertyValue propertyValue)Add or update an element in the array.voidMapPropertyValue. setMapValue(String propertyName, PropertyValue propertyValue)Add or update an element in the map.voidElementProperties. setProperty(String newPropertyName, PropertyValue newPropertyValue)Adds or updates an instance property.voidPropertyCondition. setValue(PropertyValue value)Set the value of the property against which to compare.Method parameters in org.odpi.openmetadata.frameworks.governanceaction.search with type arguments of type PropertyValue Modifier and Type Method Description voidElementProperties. setInstanceProperties(Map<String,PropertyValue> instanceProperties)Set up the instance properties map.Constructors in org.odpi.openmetadata.frameworks.governanceaction.search with parameters of type PropertyValue Constructor Description PropertyValue(PropertyValue template)Copy/clone constructor initializes the instance property value from the supplied template.
-