public class CollectionProperty extends BaseProperty
CollectionProperty
gives access to a collection value stored in an
underlying CollectionFragment
.type
Constructor and Description |
---|
CollectionProperty(String name,
PropertyType type,
boolean readonly,
CollectionFragment fragment)
Creates a
CollectionProperty . |
Modifier and Type | Method and Description |
---|---|
String[] |
getStrings() |
Serializable[] |
getValue() |
void |
setValue(Object[] value) |
getName, refresh, remove, save
public CollectionProperty(String name, PropertyType type, boolean readonly, CollectionFragment fragment)
CollectionProperty
.public Serializable[] getValue() throws StorageException
StorageException
public String[] getStrings() throws StorageException
StorageException
public void setValue(Object[] value) throws StorageException
StorageException
Copyright © 2013 Nuxeo SA. All Rights Reserved.