Package 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@org.apache.olingo.odata2.DoNotImplement EdmName is the base interface for nearly all CSDL constructs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()
-
-
-
Method Detail
-
getName
String getName() throws EdmException
- Returns:
- name as String
- Throws:
EdmException- Caso ocorra uma exceção EDM
-
-