Dali Provisional API
Release 3.2

org.eclipse.jpt.jaxb.core.platform
Interface JaxbPlatformDefinition


public interface JaxbPlatformDefinition

Provisional API: This class 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.0

Method Summary
 AnnotationDefinition[] getAnnotationDefinitions()
           
 JaxbPlatformConfig getConfig()
           
 Iterable<DefaultJavaAttributeMappingDefinition> getDefaultJavaAttributeMappingDefinitions()
          Return the mapping definitions to use for default java attribute mappings for this platform.
 JaxbFactory getFactory()
           
 JptResourceType getMostRecentSupportedResourceType(IContentType contentType)
          Return the most recent resource type for the given content type supported by this platform
 NestableAnnotationDefinition[] getNestableAnnotationDefinitions()
           
 org.eclipse.jpt.common.utility.iterable.ListIterable<JaxbResourceModelProvider> getResourceModelProviders()
          Return the resource model providers that apply to this platform.
 String getSchemaTypeMapping(String javaTypeName)
          Return the built in schema type name mapped by the given (fully qualified) java type name
 Iterable<JavaAttributeMappingDefinition> getSpecifiedJavaAttributeMappingDefinitions()
          Return the mapping definitions to use for specified java attribute mappings for this platform.
 

Method Detail

getConfig

JaxbPlatformConfig getConfig()

getSchemaTypeMapping

String getSchemaTypeMapping(String javaTypeName)
Return the built in schema type name mapped by the given (fully qualified) java type name


getFactory

JaxbFactory getFactory()

getAnnotationDefinitions

AnnotationDefinition[] getAnnotationDefinitions()

getNestableAnnotationDefinitions

NestableAnnotationDefinition[] getNestableAnnotationDefinitions()

getResourceModelProviders

org.eclipse.jpt.common.utility.iterable.ListIterable<JaxbResourceModelProvider> getResourceModelProviders()
Return the resource model providers that apply to this platform.


getMostRecentSupportedResourceType

JptResourceType getMostRecentSupportedResourceType(IContentType contentType)
Return the most recent resource type for the given content type supported by this platform


getDefaultJavaAttributeMappingDefinitions

Iterable<DefaultJavaAttributeMappingDefinition> getDefaultJavaAttributeMappingDefinitions()
Return the mapping definitions to use for default java attribute mappings for this platform.


getSpecifiedJavaAttributeMappingDefinitions

Iterable<JavaAttributeMappingDefinition> getSpecifiedJavaAttributeMappingDefinitions()
Return the mapping definitions to use for specified java attribute mappings for this platform.


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.