Dali Provisional API
Release 3.2

org.eclipse.jpt.jaxb.eclipselink.core.context.oxm
Interface OxmAttributeMappingDefinition


public interface OxmAttributeMappingDefinition


Method Summary
 OxmAttributeMapping buildContextMapping(OxmJavaAttribute parent, org.eclipse.jpt.jaxb.eclipselink.core.resource.oxm.EJavaAttribute resourceMapping)
          Build a context mapping for the given parent and resource mapping.
 org.eclipse.jpt.jaxb.eclipselink.core.resource.oxm.EJavaAttribute buildEJavaAttribute()
          Build the corresponding EMF EJavaAttribute.
 String getElement()
          Return the XML element used for this mapping definition
 String getKey()
          Return the mapping key ELJaxbMappingKeys for this mapping definition.
 

Method Detail

getKey

String getKey()
Return the mapping key ELJaxbMappingKeys for this mapping definition.


getElement

String getElement()
Return the XML element used for this mapping definition


buildEJavaAttribute

org.eclipse.jpt.jaxb.eclipselink.core.resource.oxm.EJavaAttribute buildEJavaAttribute()
Build the corresponding EMF EJavaAttribute.


buildContextMapping

OxmAttributeMapping buildContextMapping(OxmJavaAttribute parent,
                                        org.eclipse.jpt.jaxb.eclipselink.core.resource.oxm.EJavaAttribute resourceMapping)
Build a context mapping for the given parent and resource mapping.


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.