Class ReturnType
java.lang.Object
org.apache.olingo.odata2.api.edm.provider.ReturnType
Objects of this Class represent a return type of a function import
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetMultiplicity(EdmMultiplicity multiplicity) Sets theEdmMultiplicityof thisReturnTypesetTypeName(FullQualifiedName qualifiedName) Sets the type of thisReturnTypevia the typesFullQualifiedNametoString()
-
Constructor Details
-
ReturnType
public ReturnType()
-
-
Method Details
-
getTypeName
- Returns:
FullQualifiedNametype of thisReturnType
-
getMultiplicity
- Returns:
EdmMultiplicityof thisReturnType
-
setTypeName
Sets the type of thisReturnTypevia the typesFullQualifiedName- Parameters:
qualifiedName-- Returns:
ReturnTypefor method chaining
-
setMultiplicity
Sets theEdmMultiplicityof thisReturnType- Parameters:
multiplicity-- Returns:
ReturnTypefor method chaining
-
toString
-