Uses of Class
org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.search.PropertyComparisonOperator
-
Packages that use PropertyComparisonOperator Package Description org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.search -
-
Uses of PropertyComparisonOperator in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.search
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.search that return PropertyComparisonOperator Modifier and Type Method Description PropertyComparisonOperatorPropertyCondition. getOperator()Retrieve the operator to use for the comparison.static PropertyComparisonOperatorPropertyComparisonOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static PropertyComparisonOperator[]PropertyComparisonOperator. 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.search with parameters of type PropertyComparisonOperator Modifier and Type Method Description voidPropertyCondition. setOperator(PropertyComparisonOperator operator)Set the operator to use for the comparison.
-