public abstract class

EdmPropertyBase

extends EdmItem
implements Named
java.lang.Object
   ↳ org.odata4j.edm.EdmItem
     ↳ org.odata4j.edm.EdmPropertyBase
Known Direct Subclasses

Class Overview

Shared base class for EdmProperty and EdmNavigationProperty

Summary

Nested Classes
class EdmPropertyBase.Builder<T, TBuilder> Mutable builder for EdmPropertyBase objects. 
Fields
private final String name
[Expand]
Inherited Fields
From class org.odata4j.edm.EdmItem
Protected Constructors
EdmPropertyBase(EdmDocumentation documentation, ImmutableList<EdmAnnotation<?>> annotations, String name)
Public Methods
String getName()
Gets the name.
[Expand]
Inherited Methods
From class org.odata4j.edm.EdmItem
From class java.lang.Object
From interface org.odata4j.core.Named

Fields

private final String name

Protected Constructors

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

Parameters
documentation
annotations
name

Public Methods

public String getName ()

Gets the name.

Returns
  • the name