org.odata4j.edm
Class EdmType.Builder<T,TBuilder>
java.lang.Object
org.odata4j.edm.EdmItem.Builder<T,TBuilder>
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EdmType.Builder
public EdmType.Builder()
EdmType.Builder
public EdmType.Builder(EdmType type)
_build
protected final EdmType _build()
build
public abstract EdmType build()
buildImpl
protected abstract EdmType buildImpl()
http://odata4j.org