public static class SearchCriteria.NodeProperty extends SearchCriteria.MultipleValue
| Modifier and Type | Class and Description |
|---|---|
static class |
SearchCriteria.NodeProperty.Type |
| Constructor and Description |
|---|
NodeProperty() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
SearchCriteria.HierarchicalValue |
getCategoryValue() |
SearchCriteria.DateValue |
getDateValue() |
SearchCriteria.Term.MatchType |
getMatch() |
String |
getName() |
String |
getNodeType() |
SearchCriteria.NodeProperty.Type |
getType() |
int |
hashCode() |
boolean |
isAllEmpty() |
boolean |
isConstrained() |
boolean |
isEmpty() |
boolean |
isMultiple() |
void |
setCategoryValue(SearchCriteria.HierarchicalValue categoryValue) |
void |
setConstrained(boolean constrained) |
void |
setDateValue(SearchCriteria.DateValue dateValue) |
void |
setMatch(SearchCriteria.Term.MatchType matchType) |
void |
setMultiple(boolean multiple) |
void |
setName(String name) |
void |
setNodeType(String nodeType) |
void |
setType(SearchCriteria.NodeProperty.Type type) |
String |
toString() |
getValue, getValues, setValue, setValuespublic SearchCriteria.HierarchicalValue getCategoryValue()
public SearchCriteria.DateValue getDateValue()
public SearchCriteria.Term.MatchType getMatch()
public String getName()
public String getNodeType()
public SearchCriteria.NodeProperty.Type getType()
public boolean isAllEmpty()
public boolean isConstrained()
public boolean isEmpty()
isEmpty in class SearchCriteria.MultipleValuepublic boolean isMultiple()
public void setCategoryValue(SearchCriteria.HierarchicalValue categoryValue)
public void setConstrained(boolean constrained)
public void setDateValue(SearchCriteria.DateValue dateValue)
public void setMatch(SearchCriteria.Term.MatchType matchType)
public void setMultiple(boolean multiple)
public void setName(String name)
public void setNodeType(String nodeType)
public void setType(SearchCriteria.NodeProperty.Type type)
public int hashCode()
hashCode in class SearchCriteria.MultipleValuepublic boolean equals(Object obj)
equals in class SearchCriteria.MultipleValueCopyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.