Class SearchCriteria
java.lang.Object
org.cybergarage.upnp.std.av.server.object.SearchCriteria
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLogic()booleangetValue()booleanbooleanbooleanbooleanisEQ()booleanisExists()booleanisGE()booleanisGT()booleanisLE()booleanbooleanbooleanisLT()booleanisNEQ()voidvoidsetOperation(String val)voidsetProperty(String val)voidsetResult(boolean value)void
-
Field Details
-
ID
- See Also:
- Constant Field Values
-
PARENT_ID
- See Also:
- Constant Field Values
-
TITLE
- See Also:
- Constant Field Values
-
CREATOR
- See Also:
- Constant Field Values
-
CLASS
- See Also:
- Constant Field Values
-
DATE
- See Also:
- Constant Field Values
-
AND
- See Also:
- Constant Field Values
-
OR
- See Also:
- Constant Field Values
-
EQ
- See Also:
- Constant Field Values
-
NEQ
- See Also:
- Constant Field Values
-
LT
- See Also:
- Constant Field Values
-
LE
- See Also:
- Constant Field Values
-
GT
- See Also:
- Constant Field Values
-
GE
- See Also:
- Constant Field Values
-
CONTAINS
- See Also:
- Constant Field Values
-
DOESNOTCONTAIN
- See Also:
- Constant Field Values
-
DERIVEDFROM
- See Also:
- Constant Field Values
-
EXISTS
- See Also:
- Constant Field Values
-
TRUE
- See Also:
- Constant Field Values
-
FALSE
- See Also:
- Constant Field Values
-
WCHARS
- See Also:
- Constant Field Values
-
-
Constructor Details
-
SearchCriteria
public SearchCriteria() -
SearchCriteria
-
-
Method Details
-
setProperty
-
getProperty
-
setOperation
-
getOperation
-
isEQ
public boolean isEQ() -
isNEQ
public boolean isNEQ() -
isLT
public boolean isLT() -
isLE
public boolean isLE() -
isGT
public boolean isGT() -
isGE
public boolean isGE() -
isContains
public boolean isContains() -
isDoesNotContain
public boolean isDoesNotContain() -
isDerivedFrom
public boolean isDerivedFrom() -
isExists
public boolean isExists() -
setValue
-
getValue
-
setLogic
-
getLogic
-
isLogicalAND
public boolean isLogicalAND() -
isLogicalOR
public boolean isLogicalOR() -
setResult
public void setResult(boolean value) -
getResult
public boolean getResult()
-