org.odata4j.edm
Class EdmAssociationEnd.Builder

java.lang.Object
  extended by org.odata4j.edm.EdmItem.Builder<EdmAssociationEnd,EdmAssociationEnd.Builder>
      extended by org.odata4j.edm.EdmAssociationEnd.Builder
Enclosing class:
EdmAssociationEnd

public static class EdmAssociationEnd.Builder
extends EdmItem.Builder<EdmAssociationEnd,EdmAssociationEnd.Builder>

Mutable builder for EdmAssociationEnd objects.


Constructor Summary
EdmAssociationEnd.Builder()
           
 
Method Summary
 EdmAssociationEnd build()
           
 String getRole()
           
 EdmEntityType.Builder getType()
           
 String getTypeName()
           
 EdmAssociationEnd.Builder setMultiplicity(EdmMultiplicity multiplicity)
           
 EdmAssociationEnd.Builder setRole(String role)
           
 EdmAssociationEnd.Builder setType(EdmEntityType.Builder type)
           
 EdmAssociationEnd.Builder setTypeName(String typeName)
           
 
Methods inherited from class org.odata4j.edm.EdmItem.Builder
getAnnotations, getDocumentation, setAnnotations, setDocumentation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EdmAssociationEnd.Builder

public EdmAssociationEnd.Builder()
Method Detail

build

public EdmAssociationEnd build()

getRole

public String getRole()

getType

public EdmEntityType.Builder getType()

getTypeName

public String getTypeName()

setMultiplicity

public EdmAssociationEnd.Builder setMultiplicity(EdmMultiplicity multiplicity)

setRole

public EdmAssociationEnd.Builder setRole(String role)

setType

public EdmAssociationEnd.Builder setType(EdmEntityType.Builder type)

setTypeName

public EdmAssociationEnd.Builder setTypeName(String typeName)


http://odata4j.org