Package org.alfresco.solr.client
Class MultiPropertyValue
- java.lang.Object
-
- org.alfresco.solr.client.PropertyValue
-
- org.alfresco.solr.client.MultiPropertyValue
-
public class MultiPropertyValue extends PropertyValue
Represents a multi property value, comprising a list of other property values- Since:
- 4.0
-
-
Constructor Summary
Constructors Constructor Description MultiPropertyValue()
MultiPropertyValue(List<PropertyValue> values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addValue(PropertyValue value)
List<PropertyValue>
getValues()
String
toString()
-
-
-
Constructor Detail
-
MultiPropertyValue
public MultiPropertyValue()
-
MultiPropertyValue
public MultiPropertyValue(List<PropertyValue> values)
-
-
Method Detail
-
addValue
public void addValue(PropertyValue value)
-
getValues
public List<PropertyValue> getValues()
-
-