Dali Provisional API
Release 3.2

org.eclipse.jpt.jpa.ui.details
Interface DefaultMappingUiDefinition

All Superinterfaces:
MappingUiDefinition

public interface DefaultMappingUiDefinition
extends MappingUiDefinition

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.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.jpt.jpa.ui.details.MappingUiDefinition
MappingUiDefinition.ImageDescriptorTransformer, MappingUiDefinition.KeyTransformer, MappingUiDefinition.LabelTransformer, MappingUiDefinition.NullComposite
 
Field Summary
 
Fields inherited from interface org.eclipse.jpt.jpa.ui.details.MappingUiDefinition
IMAGE_DESCRIPTOR_TRANSFORMER, KEY_TRANSFORMER, LABEL_TRANSFORMER
 
Method Summary
 String getDefaultKey()
          Return a key corresponding to the key to be used when the mapping's specified key is null.
 
Methods inherited from interface org.eclipse.jpt.jpa.ui.details.MappingUiDefinition
buildMappingComposite, getImageDescriptor, getKey, getLabel, getLinkLabel, isEnabledFor
 

Method Detail

getDefaultKey

String getDefaultKey()
Return a key corresponding to the key to be used when the mapping's specified key is null.


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.