Dali Provisional API
Release 3.2

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

Enclosing interface:
JaxbAttributesContainer<A extends JaxbPersistentAttribute>

public static interface JaxbAttributesContainer.Context


Method Summary
 void attributeAdded(JaxbPersistentAttribute attribute)
          called after an attribute was added to the container
 void attributeRemoved(JaxbPersistentAttribute attribute)
          called after an attribute was removed from the container
 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


attributeAdded

void attributeAdded(JaxbPersistentAttribute attribute)
called after an attribute was added to the container


attributeRemoved

void attributeRemoved(JaxbPersistentAttribute attribute)
called after an attribute was removed from the container


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.