Project Aristotle - ArisID Attribute Services

Uses of Class
org.openliberty.arisidbeans.InvalidValueException

Packages that use InvalidValueException
org.openliberty.arisidbeans   
 

Uses of InvalidValueException in org.openliberty.arisidbeans
 

Methods in org.openliberty.arisidbeans that throw InvalidValueException
 void PropertyFilterValue.setCompareOperator(java.lang.String compareOperator)
          Set the Compare Operator
 void ModPropertyValue.setModOperation(int modOp)
          Set the Modify Operation
 

Constructors in org.openliberty.arisidbeans that throw InvalidValueException
ModPropertyValue(java.lang.String name, java.util.List values, int modOp)
          ModPropertyValue is initialized with attributeName and attributeValues and modifyOperation
ModPropertyValue(java.lang.String name, java.util.List values, int modOp, java.util.Locale locale)
          ModPropertyValue is initialized with attributeName and attributeValues and modifyOperation
ModPropertyValue(java.lang.String name, java.util.List values, int modOp, java.lang.String locale)
          ModPropertyValue is initialized with attributeName and attributeValues and modifyOperation
ModPropertyValue(java.lang.String name, java.lang.Object value, int modOp)
          ModPropertyValue is initialized with attributeName and attributeValue and modifyOperation
ModPropertyValue(java.lang.String name, java.lang.Object value, int modOp, java.util.Locale locale)
          ModPropertyValue is initialized with attributeName and attributeValue and modifyOperation
ModPropertyValue(java.lang.String name, java.lang.Object value, int modOp, java.lang.String locale)
          ModPropertyValue is initialized with attributeName and attributeValue and modifyOperation
PropertyFilterValue(java.lang.String name, java.util.List values, java.lang.String compareOperator)
          PropertyFilterValue is initialized with propertyName and propertyValues List
PropertyFilterValue(java.lang.String name, java.lang.Object value, java.lang.String compareOperator)
          PropertyFilterValue is initialized with propertyName and propertyValue
 


OpenLiberty.org - Licensed under Apache APL 2.0