org.odata4j.edm
Class EdmCollectionType.Builder

java.lang.Object
  extended by org.odata4j.edm.EdmItem.Builder<T,TBuilder>
      extended by org.odata4j.edm.EdmType.Builder<EdmCollectionType,EdmCollectionType.Builder>
          extended by org.odata4j.edm.EdmCollectionType.Builder
Enclosing class:
EdmCollectionType

public static class EdmCollectionType.Builder
extends EdmType.Builder<EdmCollectionType,EdmCollectionType.Builder>

Mutable builder for EdmCollectionType objects.


Constructor Summary
EdmCollectionType.Builder()
           
 
Method Summary
 EdmCollectionType build()
           
protected  EdmType buildImpl()
           
 EdmCollectionType.Builder setCollectionType(EdmType.Builder<?,?> collectionType)
           
 EdmCollectionType.Builder setKind(EdmProperty.CollectionKind kind)
           
 
Methods inherited from class org.odata4j.edm.EdmType.Builder
_build
 
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

EdmCollectionType.Builder

public EdmCollectionType.Builder()
Method Detail

build

public EdmCollectionType build()
Specified by:
build in class EdmType.Builder<EdmCollectionType,EdmCollectionType.Builder>

buildImpl

protected EdmType buildImpl()
Specified by:
buildImpl in class EdmType.Builder<EdmCollectionType,EdmCollectionType.Builder>

setCollectionType

public EdmCollectionType.Builder setCollectionType(EdmType.Builder<?,?> collectionType)

setKind

public EdmCollectionType.Builder setKind(EdmProperty.CollectionKind kind)


http://odata4j.org