Dali Provisional API
Release 3.2

org.eclipse.jpt.jpa.core.context.orm
Class OrmBaseEnumeratedConverter.BasicAdapter.ConverterParentAdapter

java.lang.Object
  extended by org.eclipse.jpt.jpa.core.context.orm.OrmBaseEnumeratedConverter.BasicAdapter.ConverterParentAdapter
All Implemented Interfaces:
Converter.ParentAdapter<OrmAttributeMapping>, OrmBaseEnumeratedConverter.ParentAdapter, OrmConverter.ParentAdapter
Enclosing class:
OrmBaseEnumeratedConverter.BasicAdapter

public static class OrmBaseEnumeratedConverter.BasicAdapter.ConverterParentAdapter
extends Object
implements OrmBaseEnumeratedConverter.ParentAdapter


Constructor Summary
OrmBaseEnumeratedConverter.BasicAdapter.ConverterParentAdapter(OrmAttributeMapping parent, org.eclipse.jpt.jpa.core.resource.orm.XmlConvertibleMapping mapping)
           
 
Method Summary
 org.eclipse.jpt.jpa.core.internal.context.JpaValidator buildValidator(Converter converter)
           
 OrmAttributeMapping getConverterParent()
           
 TextRange getEnumTextRange()
           
 org.eclipse.jpt.jpa.core.resource.orm.EnumType getXmlEnumType()
           
 void setXmlEnumType(org.eclipse.jpt.jpa.core.resource.orm.EnumType enumType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrmBaseEnumeratedConverter.BasicAdapter.ConverterParentAdapter

public OrmBaseEnumeratedConverter.BasicAdapter.ConverterParentAdapter(OrmAttributeMapping parent,
                                                                      org.eclipse.jpt.jpa.core.resource.orm.XmlConvertibleMapping mapping)
Method Detail

getConverterParent

public OrmAttributeMapping getConverterParent()
Specified by:
getConverterParent in interface Converter.ParentAdapter<OrmAttributeMapping>

setXmlEnumType

public void setXmlEnumType(org.eclipse.jpt.jpa.core.resource.orm.EnumType enumType)
Specified by:
setXmlEnumType in interface OrmBaseEnumeratedConverter.ParentAdapter

getXmlEnumType

public org.eclipse.jpt.jpa.core.resource.orm.EnumType getXmlEnumType()
Specified by:
getXmlEnumType in interface OrmBaseEnumeratedConverter.ParentAdapter

getEnumTextRange

public TextRange getEnumTextRange()
Specified by:
getEnumTextRange in interface OrmBaseEnumeratedConverter.ParentAdapter

buildValidator

public org.eclipse.jpt.jpa.core.internal.context.JpaValidator buildValidator(Converter converter)
Specified by:
buildValidator in interface Converter.ParentAdapter<OrmAttributeMapping>

Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.