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

All Superinterfaces:
EdmNamed
All Known Subinterfaces:
EdmElement, EdmNavigationProperty, EdmParameter, EdmProperty

public interface EdmTyped
extends EdmNamed


Method Summary
 EdmMultiplicity getMultiplicity()
          See EdmMultiplicity for more information about possible multiplicities.
 EdmType getType()
          See EdmType for more information about possible types.
 
Methods inherited from interface org.apache.olingo.odata2.api.edm.EdmNamed
getName
 

Method Detail

getType

EdmType getType()
                throws EdmException
See EdmType for more information about possible types.

Returns:
EdmType
Throws:
EdmException

getMultiplicity

EdmMultiplicity getMultiplicity()
                                throws EdmException
See EdmMultiplicity for more information about possible multiplicities.

Returns:
EdmMultiplicity
Throws:
EdmException


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