public class MultiPropertyValue extends PropertyValue
Constructor and Description |
---|
MultiPropertyValue() |
MultiPropertyValue(List<PropertyValue> values) |
Modifier and Type | Method and Description |
---|---|
void |
addValue(PropertyValue value) |
List<PropertyValue> |
getValues() |
String |
toString() |
public MultiPropertyValue()
public MultiPropertyValue(List<PropertyValue> values)
public void addValue(PropertyValue value)
public List<PropertyValue> getValues()
Copyright © 2005–2020 Alfresco Software. All rights reserved.