org.apache.olingo.odata2.api.edm.provider
Class ReturnType
java.lang.Object
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
ReturnType
public ReturnType()
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.