org.apache.olingo.odata2.api.edm.provider
Class ReturnType

java.lang.Object
  extended by org.apache.olingo.odata2.api.edm.provider.ReturnType

public class ReturnType
extends Object

Objects of this Class represent a return type of a function import


Constructor Summary
ReturnType()
           
 
Method Summary
 EdmMultiplicity getMultiplicity()
           
 FullQualifiedName getTypeName()
           
 ReturnType setMultiplicity(EdmMultiplicity multiplicity)
          Sets the EdmMultiplicity of this ReturnType
 ReturnType setTypeName(FullQualifiedName qualifiedName)
          Sets the type of this ReturnType via the types FullQualifiedName
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReturnType

public ReturnType()
Method Detail

getTypeName

public FullQualifiedName getTypeName()
Returns:
FullQualifiedName type of this ReturnType

getMultiplicity

public EdmMultiplicity getMultiplicity()
Returns:
EdmMultiplicity of this ReturnType

setTypeName

public ReturnType setTypeName(FullQualifiedName qualifiedName)
Sets the type of this ReturnType via the types FullQualifiedName

Parameters:
qualifiedName -
Returns:
ReturnType for method chaining

setMultiplicity

public ReturnType setMultiplicity(EdmMultiplicity multiplicity)
Sets the EdmMultiplicity of this ReturnType

Parameters:
multiplicity -
Returns:
ReturnType for method chaining

toString

public String toString()
Overrides:
toString in class Object


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