Dali Provisional API
Release 3.2

org.eclipse.jpt.jaxb.eclipselink.core.context
Interface ELXmlCDATAMapping

All Known Subinterfaces:
ELXmlElementMapping, ELXmlValueMapping

public interface ELXmlCDATAMapping

Oxm mappings that have an XmlCDATA 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_CDATA_PROPERTY
          String associated with changes to the xmlCDATA property
 
Method Summary
 ELXmlCDATA addXmlCDATA()
          Add (and return) an xmlCDATA property value.
 ELXmlCDATA getXmlCDATA()
          Return the xmlCDATA property value.
 void removeXmlCDATA()
          Remove the xmlCDATA property value.
 

Field Detail

XML_CDATA_PROPERTY

static final String XML_CDATA_PROPERTY
String associated with changes to the xmlCDATA property

See Also:
Constant Field Values
Method Detail

getXmlCDATA

ELXmlCDATA getXmlCDATA()
Return the xmlCDATA property value. A null indicates it is not specified.


addXmlCDATA

ELXmlCDATA addXmlCDATA()
Add (and return) an xmlCDATA property value. (Specifies the property)


removeXmlCDATA

void removeXmlCDATA()
Remove the xmlCDATA property value. (Unspecifies the property)


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.