org.odata4j.core
Interface Named

All Known Subinterfaces:
NamedValue<T>, NamespacedAnnotation<T>, OFunctionParameter, OProperty<T>
All Known Implementing Classes:
EdmAnnotation, EdmAnnotationAttribute, EdmAnnotationElement, EdmAssociation.Builder, EdmComplexType, EdmEntitySet, EdmEntitySet.Builder, EdmEntityType, EdmEntityType.Builder, EdmNavigationProperty, EdmNavigationProperty.Builder, EdmProperty, EdmProperty.Builder, EdmPropertyBase, EdmPropertyBase.Builder, EdmStructuralType, GenericAnnotation

public interface Named

An object with a name.

No behavior or semantics are implied, this is simply a convenient reusable interface.


Method Summary
 String getName()
          Gets the name.
 

Method Detail

getName

String getName()
Gets the name.

Returns:
the name


http://odata4j.org