public class ItemPropertyCollection extends ItemProperty
| Constructor and Description | 
|---|
| ItemPropertyCollection(java.lang.String name,
                      java.lang.Class<?> type,
                      java.lang.Class<?> propertyType,
                      java.util.List<ItemProperty> collectionValues,
                      Element el) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<ItemProperty> | getCollectionValues() | 
| java.util.Collection<java.lang.String> | getEnclosedObjectIds() | 
| java.lang.Class<?> | getPropertyType() | 
| java.util.Collection<java.lang.String> | getReferencedIds() | 
getElement, getName, getTypepublic ItemPropertyCollection(java.lang.String name,
                              java.lang.Class<?> type,
                              java.lang.Class<?> propertyType,
                              java.util.List<ItemProperty> collectionValues,
                              Element el)
public java.lang.Class<?> getPropertyType()
public java.util.List<ItemProperty> getCollectionValues()
public java.util.Collection<java.lang.String> getReferencedIds()
getReferencedIds in class ItemPropertypublic java.util.Collection<java.lang.String> getEnclosedObjectIds()
getEnclosedObjectIds in class ItemProperty