Package org.apache.olingo.odata2.api.edm
Interface EdmElement
-
- All Superinterfaces:
EdmMappable,EdmNamed,EdmTyped
- All Known Subinterfaces:
EdmParameter,EdmProperty
public interface EdmElement extends EdmMappable, EdmTyped
@org.apache.olingo.odata2.DoNotImplement EdmElement is the base interface forEdmParameterandEdmPropertyand provides the information by which facets further specialize the usage of the type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EdmFacetsgetFacets()Get the facet information for an element-
Methods inherited from interface org.apache.olingo.odata2.api.edm.EdmMappable
getMapping
-
Methods inherited from interface org.apache.olingo.odata2.api.edm.EdmTyped
getMultiplicity, getType
-
-
-
-
Method Detail
-
getFacets
EdmFacets getFacets() throws EdmException
Get the facet information for an element- Returns:
EdmFacets- Throws:
EdmException- Caso ocorra uma exceção EDM
-
-