org.odata4j.edm
Class EdmType.Builder<T,TBuilder>

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

public abstract static class EdmType.Builder<T,TBuilder>
extends EdmItem.Builder<T,TBuilder>

Mutable builder for EdmType objects.


Constructor Summary
EdmType.Builder()
           
EdmType.Builder(EdmType type)
           
 
Method Summary
protected  EdmType _build()
           
abstract  EdmType build()
           
protected abstract  EdmType buildImpl()
           
 
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

EdmType.Builder

public EdmType.Builder()

EdmType.Builder

public EdmType.Builder(EdmType type)
Method Detail

_build

protected final EdmType _build()

build

public abstract EdmType build()

buildImpl

protected abstract EdmType buildImpl()


http://odata4j.org