org.eclipse.jpt.jaxb.core.context
Interface JaxbAttributesContainer.Owner

Enclosing interface:
JaxbAttributesContainer

public static interface JaxbAttributesContainer.Owner


Method Summary
 void fireAttributeAdded(JaxbPersistentAttribute attribute)
          fire property change event for the added attribute
 void fireAttributeRemoved(JaxbPersistentAttribute attribute)
          fire property change event for the removed attribute
 XmlAccessType getAccessType()
          Return the access type of the owner, to be used in determining which attributes to build
 

Method Detail

getAccessType

XmlAccessType getAccessType()
Return the access type of the owner, to be used in determining which attributes to build


fireAttributeAdded

void fireAttributeAdded(JaxbPersistentAttribute attribute)
fire property change event for the added attribute


fireAttributeRemoved

void fireAttributeRemoved(JaxbPersistentAttribute attribute)
fire property change event for the removed attribute