public class EnclosedItemProperty extends ItemProperty implements ImportableElement
| Constructor and Description | 
|---|
| EnclosedItemProperty(java.lang.String name,
                    java.lang.Class<?> type,
                    java.lang.String id,
                    java.lang.Class<?> exporterType,
                    java.util.Collection<ItemProperty> itemProperties,
                    Element el) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Collection<java.lang.String> | getEnclosedObjectIds() | 
| java.lang.Class<?> | getExporterType() | 
| java.lang.String | getId() | 
| java.util.Collection<ItemProperty> | getProperties() | 
| java.util.Collection<java.lang.String> | getReferencedIds() | 
getElement, getName, getTypeequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypepublic EnclosedItemProperty(java.lang.String name,
                            java.lang.Class<?> type,
                            java.lang.String id,
                            java.lang.Class<?> exporterType,
                            java.util.Collection<ItemProperty> itemProperties,
                            Element el)
public java.lang.String getId()
getId in interface ImportableElementpublic java.lang.Class<?> getExporterType()
public java.util.Collection<ItemProperty> getProperties()
getProperties in interface ImportableElementpublic java.util.Collection<java.lang.String> getReferencedIds()
getReferencedIds in class ItemPropertypublic java.util.Collection<java.lang.String> getEnclosedObjectIds()
getEnclosedObjectIds in class ItemProperty