public static class SearchCriteria.NodePropertyDescriptor extends Object implements Serializable
| Constructor and Description |
|---|
NodePropertyDescriptor(String name,
String label,
SearchCriteria.NodeProperty.Type type)
Initializes an instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String[] |
getAllowedValues() |
String |
getDefaultValue() |
String |
getLabel() |
String |
getName() |
Map<String,String> |
getSelectorOptions() |
SearchCriteria.NodeProperty.Type |
getType() |
int |
hashCode() |
boolean |
isConstrained() |
boolean |
isMultiple() |
void |
setAllowedValues(String[] allowedValues) |
void |
setConstrained(boolean constrained) |
void |
setDefaultValue(String defaultValue) |
void |
setLabel(String label) |
void |
setMultiple(boolean multiple) |
void |
setName(String name) |
void |
setSelectorOptions(Map<String,String> selectorOptions) |
void |
setType(SearchCriteria.NodeProperty.Type type) |
String |
toString() |
public NodePropertyDescriptor(String name, String label, SearchCriteria.NodeProperty.Type type)
name - node type namelabel - display labeltype - the property typepublic String[] getAllowedValues()
public String getDefaultValue()
public String getLabel()
public String getName()
public SearchCriteria.NodeProperty.Type getType()
public boolean isConstrained()
public boolean isMultiple()
public void setAllowedValues(String[] allowedValues)
public void setConstrained(boolean constrained)
public void setDefaultValue(String defaultValue)
public void setLabel(String label)
public void setMultiple(boolean multiple)
public void setName(String name)
public void setType(SearchCriteria.NodeProperty.Type type)
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.