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, getType
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getType
public 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 ImportableElement
public java.lang.Class<?> getExporterType()
public java.util.Collection<ItemProperty> getProperties()
getProperties
in interface ImportableElement
public java.util.Collection<java.lang.String> getReferencedIds()
getReferencedIds
in class ItemProperty
public java.util.Collection<java.lang.String> getEnclosedObjectIds()
getEnclosedObjectIds
in class ItemProperty