org.odata4j.edm
Class EdmPropertyBase

java.lang.Object
  extended by org.odata4j.edm.EdmItem
      extended by org.odata4j.edm.EdmPropertyBase
All Implemented Interfaces:
Named
Direct Known Subclasses:
EdmNavigationProperty, EdmProperty

public abstract class EdmPropertyBase
extends EdmItem
implements Named

Shared base class for EdmProperty and EdmNavigationProperty


Nested Class Summary
static class EdmPropertyBase.Builder<T,TBuilder>
          Mutable builder for EdmPropertyBase objects.
 
Constructor Summary
protected EdmPropertyBase(EdmDocumentation documentation, ImmutableList<EdmAnnotation<?>> annotations, String name)
           
 
Method Summary
 String getName()
          Gets the name.
 
Methods inherited from class org.odata4j.edm.EdmItem
findAnnotation, getAnnotations, getDocumentation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EdmPropertyBase

protected EdmPropertyBase(EdmDocumentation documentation,
                          ImmutableList<EdmAnnotation<?>> annotations,
                          String name)
Method Detail

getName

public String getName()
Description copied from interface: Named
Gets the name.

Specified by:
getName in interface Named
Returns:
the name


http://odata4j.org