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(java.util.List<PropertyValue> values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddValue(PropertyValue value)java.util.List<PropertyValue>getValues()java.lang.StringtoString()
-
-
-
Constructor Detail
-
MultiPropertyValue
public MultiPropertyValue()
-
MultiPropertyValue
public MultiPropertyValue(java.util.List<PropertyValue> values)
-
-
Method Detail
-
addValue
public void addValue(PropertyValue value)
-
getValues
public java.util.List<PropertyValue> getValues()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-