Dali Provisional API
Release 3.2

org.eclipse.jpt.jaxb.core.resource.jaxbprops
Interface JaxbPropertiesResource

All Superinterfaces:
JptResourceModel, JptResourceTypeReference

public interface JaxbPropertiesResource
extends JptResourceModel


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.jpt.common.core.JptResourceTypeReference
JptResourceTypeReference.ResourceTypeIsKindOf, JptResourceTypeReference.ResourceTypeTransformer
 
Field Summary
static IContentType CONTENT_TYPE
          The content type for jaxb.properties files.
static JptResourceType RESOURCE_TYPE
          The resource type for jaxb.properties files.
 
Fields inherited from interface org.eclipse.jpt.common.core.JptResourceTypeReference
TRANSFORMER
 
Method Summary
 String getPackageName()
           
 String getProperty(String propertyName)
           
 
Methods inherited from interface org.eclipse.jpt.common.core.JptResourceModel
addResourceModelListener, getFile, removeResourceModelListener
 
Methods inherited from interface org.eclipse.jpt.common.core.JptResourceTypeReference
getResourceType
 

Field Detail

CONTENT_TYPE

static final IContentType CONTENT_TYPE
The content type for jaxb.properties files.


RESOURCE_TYPE

static final JptResourceType RESOURCE_TYPE
The resource type for jaxb.properties files.

Method Detail

getPackageName

String getPackageName()

getProperty

String getProperty(String propertyName)

Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.