Dali Provisional API
Release 3.2

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

All Superinterfaces:
IAdaptable, JaxbContextNode, JaxbContextRoot, JaxbNode, JptResourceTypeReference, Model

public interface ELJaxbContextRoot
extends JaxbContextRoot


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.jpt.common.core.JptResourceTypeReference
JptResourceTypeReference.ResourceTypeTransformer
 
Field Summary
static String OXM_FILES_COLLECTION
           
 
Fields inherited from interface org.eclipse.jpt.jaxb.core.context.JaxbContextRoot
JAVA_TYPES_COLLECTION, PACKAGES_COLLECTION
 
Fields inherited from interface org.eclipse.jpt.common.core.JptResourceTypeReference
RESOURCE_TYPE_TRANSFORMER
 
Method Summary
 OxmFile getOxmFile(String packageName)
          Return the (first) oxm file with the given package name
 Iterable<OxmFile> getOxmFiles()
          The set of oxm files.
 int getOxmFilesSize()
           
 OxmTypeMapping getOxmTypeMapping(String typeName)
           
 
Methods inherited from interface org.eclipse.jpt.jaxb.core.context.JaxbContextRoot
getClassMapping, getJavaClasses, getJavaClasses, getJavaEnums, getJavaEnums, getJavaType, getJavaTypes, getJavaTypes, getJavaTypesSize, getPackage, getPackages, getPackagesSize, getTypeMapping, getXmlRegistries
 
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

OXM_FILES_COLLECTION

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

getOxmFiles

Iterable<OxmFile> getOxmFiles()
The set of oxm files.


getOxmFilesSize

int getOxmFilesSize()

getOxmFile

OxmFile getOxmFile(String packageName)
Return the (first) oxm file with the given package name


getOxmTypeMapping

OxmTypeMapping getOxmTypeMapping(String typeName)

Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.