Dali Provisional API
Release 3.2

org.eclipse.jpt.jaxb.eclipselink.core.context.oxm
Interface OxmJavaAttribute<A extends org.eclipse.jpt.jaxb.eclipselink.core.resource.oxm.EJavaAttribute>

All Superinterfaces:
IAdaptable, JaxbContextNode, JaxbNode, JptResourceTypeReference, Model
All Known Subinterfaces:
OxmXmlElement

public interface OxmJavaAttribute<A extends org.eclipse.jpt.jaxb.eclipselink.core.resource.oxm.EJavaAttribute>
extends JaxbContextNode


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.jpt.common.core.JptResourceTypeReference
JptResourceTypeReference.ResourceTypeTransformer
 
Field Summary
static String JAVA_ATTRIBUTE_NAME_PROPERTY
           
 
Fields inherited from interface org.eclipse.jpt.common.core.JptResourceTypeReference
RESOURCE_TYPE_TRANSFORMER
 
Method Summary
 A getEJavaAttribute()
          Resource model element
 String getJavaAttributeName()
           
 void setJavaAttributeName(String newName)
           
 
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

JAVA_ATTRIBUTE_NAME_PROPERTY

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

getEJavaAttribute

A getEJavaAttribute()
Resource model element


getJavaAttributeName

String getJavaAttributeName()

setJavaAttributeName

void setJavaAttributeName(String newName)

Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.