Dali Provisional API
Release 3.2

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

All Superinterfaces:
IAdaptable, JavaClassMapping, JavaTypeMapping, JaxbClassMapping, JaxbContextNode, JaxbNode, JaxbTypeMapping, JptResourceTypeReference, Model, XmlAccessOrderHolder, XmlAccessTypeHolder

public interface ELClassMapping
extends JavaClassMapping

Oxm extensions to JaxbClassMapping 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

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.jpt.jaxb.core.context.JaxbClassMapping
JaxbClassMapping.AttributesTransformer, JaxbClassMapping.SuperClassTransformer
 
Nested classes/interfaces inherited from interface org.eclipse.jpt.common.core.JptResourceTypeReference
JptResourceTypeReference.ResourceTypeTransformer
 
Field Summary
static String XML_DISCRIMINATOR_NODE_PROPERTY
           
static String XML_DISCRIMINATOR_VALUE_PROPERTY
           
 
Fields inherited from interface org.eclipse.jpt.jaxb.core.context.java.JavaClassMapping
ATTRIBUTES_COLLECTION, INCLUDED_ATTRIBUTES_COLLECTION
 
Fields inherited from interface org.eclipse.jpt.jaxb.core.context.JaxbClassMapping
ATTRIBUTES_TRANSFORMER, FACTORY_METHOD_PROPERTY, PROP_ORDER_LIST, SPECIFIED_FACTORY_CLASS_PROPERTY, SUPER_CLASS_TRANSFORMER, SUPERCLASS_PROPERTY
 
Fields inherited from interface org.eclipse.jpt.jaxb.core.context.JaxbTypeMapping
XML_ROOT_ELEMENT_PROPERTY, XML_SEE_ALSO_PROPERTY, XML_TRANSIENT_PROPERTY
 
Fields inherited from interface org.eclipse.jpt.jaxb.core.context.XmlAccessTypeHolder
DEFAULT_ACCESS_TYPE_PROPERTY, SPECIFIED_ACCESS_TYPE_PROPERTY
 
Fields inherited from interface org.eclipse.jpt.jaxb.core.context.XmlAccessOrderHolder
DEFAULT_ACCESS_ORDER_PROPERTY, SPECIFIED_ACCESS_ORDER_PROPERTY
 
Fields inherited from interface org.eclipse.jpt.common.core.JptResourceTypeReference
RESOURCE_TYPE_TRANSFORMER
 
Method Summary
 ELXmlDiscriminatorNode addXmlDiscriminatorNode()
           
 ELXmlDiscriminatorValue addXmlDiscriminatorValue()
           
 Iterable<String> getKeyXPaths()
          Return an Iterable of XPaths that represent the attributes annotated with XmlID or XmlKey.
 ELXmlDiscriminatorNode getXmlDiscriminatorNode()
           
 ELXmlDiscriminatorValue getXmlDiscriminatorValue()
           
 void removeXmlDiscriminatorNode()
           
 void removeXmlDiscriminatorValue()
           
 
Methods inherited from interface org.eclipse.jpt.jaxb.core.context.java.JavaClassMapping
getJavaType
 
Methods inherited from interface org.eclipse.jpt.jaxb.core.context.java.JavaTypeMapping
addXmlRootElement, addXmlSeeAlso, removeXmlRootElement, removeXmlSeeAlso, setXmlTransient
 
Methods inherited from interface org.eclipse.jpt.jaxb.core.context.JaxbClassMapping
addProp, buildIncludedAttributesContainer, getAllLocallyDefinedAttributes, getAttributes, getAttributesSize, getFactoryClass, getFactoryMethod, getIncludedAttributes, getIncludedAttributesSize, getInheritedAttributes, getProp, getPropOrder, getPropOrderSize, getSpecifiedFactoryClass, getSuperclass, getXmlIdMapping, moveProp, removeProp, removeProp, setFactoryMethod, setSpecifiedFactoryClass
 
Methods inherited from interface org.eclipse.jpt.jaxb.core.context.JaxbTypeMapping
getJaxbPackage, getQName, getReferencedXmlTypeNames, getTypeKind, getTypeName, getXmlRootElement, getXmlSeeAlso, getXsdTypeDefinition, hasRootElementInHierarchy, isXmlTransient
 
Methods inherited from interface org.eclipse.jpt.jaxb.core.context.XmlAccessTypeHolder
getAccessType, getDefaultAccessType, getSpecifiedAccessType, setSpecifiedAccessType
 
Methods inherited from interface org.eclipse.jpt.jaxb.core.context.XmlAccessOrderHolder
getAccessOrder, getDefaultAccessOrder, getSpecifiedAccessOrder, setSpecifiedAccessOrder
 
Methods inherited from interface org.eclipse.jpt.jaxb.core.context.JaxbContextNode
getCompletionProposals, getContextRoot, getValidationTextRange, synchronizeWithResourceModel, update, validate
 
Methods inherited from interface org.eclipse.jpt.jaxb.core.JaxbNode
getJaxbProject, getParent, getResource, stateChanged
 
Methods inherited from interface org.eclipse.jpt.common.utility.model.Model
addChangeListener, addCollectionChangeListener, addListChangeListener, addPropertyChangeListener, addStateChangeListener, removeChangeListener, removeCollectionChangeListener, removeListChangeListener, removePropertyChangeListener, removeStateChangeListener
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 
Methods inherited from interface org.eclipse.jpt.common.core.JptResourceTypeReference
getResourceType
 

Field Detail

XML_DISCRIMINATOR_NODE_PROPERTY

static final String XML_DISCRIMINATOR_NODE_PROPERTY
See Also:
Constant Field Values

XML_DISCRIMINATOR_VALUE_PROPERTY

static final String XML_DISCRIMINATOR_VALUE_PROPERTY
See Also:
Constant Field Values
Method Detail

getXmlDiscriminatorNode

ELXmlDiscriminatorNode getXmlDiscriminatorNode()

addXmlDiscriminatorNode

ELXmlDiscriminatorNode addXmlDiscriminatorNode()

removeXmlDiscriminatorNode

void removeXmlDiscriminatorNode()

getXmlDiscriminatorValue

ELXmlDiscriminatorValue getXmlDiscriminatorValue()

addXmlDiscriminatorValue

ELXmlDiscriminatorValue addXmlDiscriminatorValue()

removeXmlDiscriminatorValue

void removeXmlDiscriminatorValue()

getKeyXPaths

Iterable<String> getKeyXPaths()
Return an Iterable of XPaths that represent the attributes annotated with XmlID or XmlKey. (Includes those attributes that are not annotated with XmlPath - those XPaths will be calculated.)


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.