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

All Superinterfaces:
EdmMappable, EdmNamed, EdmTyped
All Known Subinterfaces:
EdmParameter, EdmProperty

public interface EdmElement
extends EdmMappable, EdmTyped

Do not implement this interface or derive from class.
EdmElement is the base interface for EdmParameter and EdmProperty and provides the information by which facets further specialize the usage of the type.

Method Summary
 EdmFacets getFacets()
          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
 
Methods inherited from interface org.apache.olingo.odata2.api.edm.EdmNamed
getName
 

Method Detail

getFacets

EdmFacets getFacets()
                    throws EdmException
Get the facet information for an element

Returns:
EdmFacets
Throws:
EdmException


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