org.apache.olingo.odata2.api.edm
Interface EdmNamed

All Known Subinterfaces:
EdmAssociation, EdmAssociationSet, EdmComplexType, EdmElement, EdmEntityContainer, EdmEntitySet, EdmEntityType, EdmFunctionImport, EdmNavigationProperty, EdmParameter, EdmProperty, EdmSimpleType, EdmStructuralType, EdmType, EdmTyped

public interface EdmNamed

Do not implement this interface or derive from class.
EdmName is the base interface for nearly all CSDL constructs.

Method Summary
 String getName()
           
 

Method Detail

getName

String getName()
               throws EdmException
Returns:
name as String
Throws:
EdmException


Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.