org.apache.olingo.odata2.jpa.processor.core.model
Class JPAEdmReferentialConstraintRole

java.lang.Object
  extended by org.apache.olingo.odata2.jpa.processor.core.model.JPAEdmBaseViewImpl
      extended by org.apache.olingo.odata2.jpa.processor.core.model.JPAEdmReferentialConstraintRole
All Implemented Interfaces:
JPAEdmBaseView, JPAEdmReferentialConstraintRoleView

public class JPAEdmReferentialConstraintRole
extends JPAEdmBaseViewImpl
implements JPAEdmReferentialConstraintRoleView


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmReferentialConstraintRoleView
JPAEdmReferentialConstraintRoleView.RoleType
 
Field Summary
 
Fields inherited from class org.apache.olingo.odata2.jpa.processor.core.model.JPAEdmBaseViewImpl
isConsistent, jpaEdmExtension, metaModel, pUnitName, skipDefaultNaming
 
Constructor Summary
JPAEdmReferentialConstraintRole(JPAEdmReferentialConstraintRoleView.RoleType roleType, JPAEdmEntityTypeView entityTypeView, JPAEdmPropertyView propertyView, JPAEdmAssociationView associationView)
           
 
Method Summary
 JPAEdmBuilder getBuilder()
           
 String getEdmAssociationName()
           
 String getEdmEntityTypeName()
           
 ReferentialConstraintRole getEdmReferentialConstraintRole()
           
 String getJPAColumnName()
           
 JPAEdmReferentialConstraintRoleView.RoleType getRoleType()
           
 boolean isExists()
           
 
Methods inherited from class org.apache.olingo.odata2.jpa.processor.core.model.JPAEdmBaseViewImpl
clean, getJPAEdmExtension, getJPAEdmMappingModelAccess, getJPAMetaModel, getpUnitName, isConsistent, isDefaultNamingSkipped
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmBaseView
clean, getJPAEdmExtension, getJPAEdmMappingModelAccess, getJPAMetaModel, getpUnitName, isConsistent, isDefaultNamingSkipped
 

Constructor Detail

JPAEdmReferentialConstraintRole

public JPAEdmReferentialConstraintRole(JPAEdmReferentialConstraintRoleView.RoleType roleType,
                                       JPAEdmEntityTypeView entityTypeView,
                                       JPAEdmPropertyView propertyView,
                                       JPAEdmAssociationView associationView)
Method Detail

isExists

public boolean isExists()
Specified by:
isExists in interface JPAEdmReferentialConstraintRoleView

getBuilder

public JPAEdmBuilder getBuilder()
Specified by:
getBuilder in interface JPAEdmBaseView

getRoleType

public JPAEdmReferentialConstraintRoleView.RoleType getRoleType()
Specified by:
getRoleType in interface JPAEdmReferentialConstraintRoleView

getEdmReferentialConstraintRole

public ReferentialConstraintRole getEdmReferentialConstraintRole()
Specified by:
getEdmReferentialConstraintRole in interface JPAEdmReferentialConstraintRoleView

getJPAColumnName

public String getJPAColumnName()
Specified by:
getJPAColumnName in interface JPAEdmReferentialConstraintRoleView

getEdmEntityTypeName

public String getEdmEntityTypeName()
Specified by:
getEdmEntityTypeName in interface JPAEdmReferentialConstraintRoleView

getEdmAssociationName

public String getEdmAssociationName()
Specified by:
getEdmAssociationName in interface JPAEdmReferentialConstraintRoleView


Copyright © 2013-2014 The Apache Software Foundation. All Rights Reserved.