org.odata4j.edm
Class EdmNavigationProperty

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

public class EdmNavigationProperty
extends EdmPropertyBase


Field Summary
 EdmAssociationEnd fromRole
           
 EdmAssociation relationship
           
 boolean selected
           
 EdmAssociationEnd toRole
           
 
Fields inherited from class org.odata4j.edm.EdmPropertyBase
name
 
Constructor Summary
EdmNavigationProperty(String name, EdmAssociation relationship, EdmAssociationEnd fromRole, EdmAssociationEnd toRole)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fromRole

public final EdmAssociationEnd fromRole

relationship

public final EdmAssociation relationship

selected

public boolean selected

toRole

public final EdmAssociationEnd toRole
Constructor Detail

EdmNavigationProperty

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

toString

public String toString()
Overrides:
toString in class Object


http://odata4j.org