org.eclipse.jpt.core.context
Interface IdClassHolder

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, IResourcePart, JpaNode, Model
All Known Subinterfaces:
EclipseLinkEntity, EclipseLinkJavaEntity, EclipseLinkJavaMappedSuperclass, EclipseLinkMappedSuperclass, Entity, JavaEntity, JavaMappedSuperclass, MappedSuperclass, OrmEntity, OrmMappedSuperclass

public interface IdClassHolder
extends JpaNode

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.


Field Summary
static java.lang.String ID_CLASS_PROPERTY
           
 
Method Summary
 java.lang.String getIdClass()
           
 char getIdClassEnclosingTypeSeparator()
          Return the char to be used for browsing or creating the id class IType.
 void setIdClass(java.lang.String value)
           
 
Methods inherited from interface org.eclipse.jpt.core.JpaNode
getJpaProject, getParent
 
Methods inherited from interface org.eclipse.jpt.utility.model.Model
addCollectionChangeListener, addCollectionChangeListener, addListChangeListener, addListChangeListener, addPropertyChangeListener, addPropertyChangeListener, addStateChangeListener, addTreeChangeListener, addTreeChangeListener, removeCollectionChangeListener, removeCollectionChangeListener, removeListChangeListener, removeListChangeListener, removePropertyChangeListener, removePropertyChangeListener, removeStateChangeListener, removeTreeChangeListener, removeTreeChangeListener
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 
Methods inherited from interface org.eclipse.jpt.core.IResourcePart
getResource
 

Field Detail

ID_CLASS_PROPERTY

static final java.lang.String ID_CLASS_PROPERTY
See Also:
Constant Field Values
Method Detail

getIdClass

java.lang.String getIdClass()

setIdClass

void setIdClass(java.lang.String value)

getIdClassEnclosingTypeSeparator

char getIdClassEnclosingTypeSeparator()
Return the char to be used for browsing or creating the id class IType.

See Also:
IType.getFullyQualifiedName(char)