public class CollectionProperty extends BaseProperty
CollectionProperty gives access to a collection value stored in an underlying Fragment.name, type| Constructor and Description | 
|---|
CollectionProperty(String name,
                  PropertyType type,
                  boolean readonly,
                  CollectionFragment fragment)
Creates a  
CollectionProperty. | 
CollectionProperty(String name,
                  PropertyType type,
                  boolean readonly,
                  SimpleFragment fragment,
                  String key)
Creates a  
CollectionProperty. | 
| Modifier and Type | Method and Description | 
|---|---|
String[] | 
getStrings()  | 
Serializable[] | 
getValue()  | 
void | 
setValue(Object[] value)  | 
checkWritable, getName, refresh, remove, savepublic CollectionProperty(String name, PropertyType type, boolean readonly, CollectionFragment fragment)
CollectionProperty.public CollectionProperty(String name, PropertyType type, boolean readonly, SimpleFragment fragment, String key)
CollectionProperty.public Serializable[] getValue()
public String[] getStrings()
Copyright © 2019 Nuxeo. All rights reserved.