public class SearchQueryPropertyValue
extends java.lang.Object
| Constructor and Description |
|---|
SearchQueryPropertyValue(boolean value,
int index)
Instantiates a new search query property value.
|
SearchQueryPropertyValue(int value,
int index)
Instantiates a new search query property value.
|
SearchQueryPropertyValue(java.lang.String[] value,
int index)
Instantiates a new search query property value.
|
SearchQueryPropertyValue(java.lang.String value,
int index)
Instantiates a new search query property value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBooleanValue()
Gets the boolean value.
|
int |
getIndex()
Gets the index.
|
int |
getIntegerValue()
Gets the integer value.
|
java.lang.String[] |
getStringArrayValue()
Gets the string array value.
|
java.lang.String |
getStringValue()
Gets the string value.
|
java.lang.String |
toString() |
public SearchQueryPropertyValue(boolean value,
int index)
value - the valueindex - the indexpublic SearchQueryPropertyValue(int value,
int index)
value - the valueindex - the indexpublic SearchQueryPropertyValue(java.lang.String[] value,
int index)
value - the valueindex - the indexpublic SearchQueryPropertyValue(java.lang.String value,
int index)
value - the valueindex - the indexpublic boolean getBooleanValue()
public int getIndex()
public int getIntegerValue()
public java.lang.String[] getStringArrayValue()
public java.lang.String getStringValue()
public java.lang.String toString()
toString in class java.lang.Object