Dali Provisional API
Release 3.2

org.eclipse.jpt.jpa.eclipselink.core.context
Interface EclipseLinkAccessMethodsContainer

All Superinterfaces:
Model
All Known Subinterfaces:
EclipseLinkEntityMappings, EclipseLinkOrmPersistentType, EclipseLinkPersistenceUnitDefaults, EclipseLinkSpecifiedAccessMethodsContainer

public interface EclipseLinkAccessMethodsContainer
extends Model

Common interface that can be used by clients interested only in a type or attribute's access methods setting (e.g. a UI composite).

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.

Since:
3.2

Method Summary
 String getGetMethod()
          Return the get method, whether specified or defaulted.
 String getSetMethod()
          Return the set method, whether specified or defaulted.
 
Methods inherited from interface org.eclipse.jpt.common.utility.model.Model
addChangeListener, addCollectionChangeListener, addListChangeListener, addPropertyChangeListener, addStateChangeListener, removeChangeListener, removeCollectionChangeListener, removeListChangeListener, removePropertyChangeListener, removeStateChangeListener
 

Method Detail

getGetMethod

String getGetMethod()
Return the get method, whether specified or defaulted. This should never return null since at least the default will be set.


getSetMethod

String getSetMethod()
Return the set method, whether specified or defaulted. This should never return null since at least the default will be set.


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.