org.odata4j.edm
Class EdmPropertyBase
java.lang.Object
org.odata4j.edm.EdmItem
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EdmPropertyBase
protected EdmPropertyBase(EdmDocumentation documentation,
ImmutableList<EdmAnnotation<?>> annotations,
String name)
getName
public String getName()
- Description copied from interface:
Named
- Gets the name.
- Specified by:
getName
in interface Named
- Returns:
- the name
http://odata4j.org