org.odata4j.edm
Class EdmNavigationProperty

java.lang.Object
  extended by org.odata4j.edm.EdmNavigationProperty

public class EdmNavigationProperty
extends Object


Field Summary
 EdmAssociationEnd fromRole
           
 String name
           
 EdmAssociation relationship
           
 EdmAssociationEnd toRole
           
 
Constructor Summary
EdmNavigationProperty(String name, EdmAssociation relationship, EdmAssociationEnd fromRole, EdmAssociationEnd toRole)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fromRole

public final EdmAssociationEnd fromRole

name

public final String name

relationship

public final EdmAssociation relationship

toRole

public final EdmAssociationEnd toRole
Constructor Detail

EdmNavigationProperty

public EdmNavigationProperty(String name,
                             EdmAssociation relationship,
                             EdmAssociationEnd fromRole,
                             EdmAssociationEnd toRole)


http://odata4j.org