Dali Provisional API
Release 3.2

org.eclipse.jpt.jaxb.eclipselink.core.context.java
Interface ELXmlPathMapping

All Known Subinterfaces:
ELXmlAnyAttributeMapping, ELXmlAnyElementMapping, ELXmlAttributeMapping, ELXmlElementMapping, ELXmlNamedNodeMapping

public interface ELXmlPathMapping

Oxm mappings that have an XmlPath Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.

Since:
3.2

Field Summary
static String XML_PATH_PROPERTY
          String associated with changes to the xmlPath property
 
Method Summary
 ELXmlPath addXmlPath()
          Add (and return) an xmlPath property value.
 ELXmlPath getXmlPath()
          Return the xmlPath property value.
 void removeXmlPath()
          Remove the xmlPath property value.
 

Field Detail

XML_PATH_PROPERTY

static final String XML_PATH_PROPERTY
String associated with changes to the xmlPath property

See Also:
Constant Field Values
Method Detail

getXmlPath

ELXmlPath getXmlPath()
Return the xmlPath property value. A null indicates it is not specified.


addXmlPath

ELXmlPath addXmlPath()
Add (and return) an xmlPath property value. (Specifies the property)


removeXmlPath

void removeXmlPath()
Remove the xmlPath property value. (Unspecifies the property)


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.