org.apache.olingo.odata2.jpa.processor.core.model
Class JPAEdmReferentialConstraintRole
java.lang.Object
org.apache.olingo.odata2.jpa.processor.core.model.JPAEdmBaseViewImpl
org.apache.olingo.odata2.jpa.processor.core.model.JPAEdmReferentialConstraintRole
- All Implemented Interfaces:
- JPAEdmBaseView, JPAEdmReferentialConstraintRoleView
public class JPAEdmReferentialConstraintRole
- extends JPAEdmBaseViewImpl
- implements JPAEdmReferentialConstraintRoleView
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JPAEdmReferentialConstraintRole
public JPAEdmReferentialConstraintRole(JPAEdmReferentialConstraintRoleView.RoleType roleType,
JPAEdmEntityTypeView entityTypeView,
JPAEdmPropertyView propertyView,
JPAEdmAssociationView associationView)
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.