java.lang.Object
org.apache.olingo.commons.api.edm.provider.CsdlAbstractEdmItem
org.apache.olingo.commons.api.edm.provider.CsdlReturnType
com.sap.olingo.jpa.metadata.core.edm.mapper.annotation.ReturnType
All Implemented Interfaces:
org.apache.olingo.commons.api.edm.provider.CsdlAnnotatable

public class ReturnType extends org.apache.olingo.commons.api.edm.provider.CsdlReturnType
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.olingo.commons.api.edm.provider.CsdlReturnType
    setMaxLength​(Integer maxLength)
     
    org.apache.olingo.commons.api.edm.provider.CsdlReturnType
    setNullable​(boolean nullable)
     
    org.apache.olingo.commons.api.edm.provider.CsdlReturnType
    setPrecision​(Integer precision)
     
    org.apache.olingo.commons.api.edm.provider.CsdlReturnType
    setScale​(Integer scale)
     
    org.apache.olingo.commons.api.edm.provider.CsdlReturnType
    setType​(String type)
     

    Methods inherited from class org.apache.olingo.commons.api.edm.provider.CsdlReturnType

    getAnnotations, getMaxLength, getPrecision, getScale, getSrid, getType, getTypeFQN, isCollection, isNullable, setAnnotations, setCollection, setSrid, setType

    Methods inherited from class org.apache.olingo.commons.api.edm.provider.CsdlAbstractEdmItem

    getAllByName, getOneByName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ReturnType

      public ReturnType()
  • Method Details

    • setType

      public org.apache.olingo.commons.api.edm.provider.CsdlReturnType setType(String type)
      Overrides:
      setType in class org.apache.olingo.commons.api.edm.provider.CsdlReturnType
    • setNullable

      public org.apache.olingo.commons.api.edm.provider.CsdlReturnType setNullable(boolean nullable)
      Overrides:
      setNullable in class org.apache.olingo.commons.api.edm.provider.CsdlReturnType
    • setMaxLength

      public org.apache.olingo.commons.api.edm.provider.CsdlReturnType setMaxLength(Integer maxLength)
      Overrides:
      setMaxLength in class org.apache.olingo.commons.api.edm.provider.CsdlReturnType
    • setPrecision

      public org.apache.olingo.commons.api.edm.provider.CsdlReturnType setPrecision(Integer precision)
      Overrides:
      setPrecision in class org.apache.olingo.commons.api.edm.provider.CsdlReturnType
    • setScale

      public org.apache.olingo.commons.api.edm.provider.CsdlReturnType setScale(Integer scale)
      Overrides:
      setScale in class org.apache.olingo.commons.api.edm.provider.CsdlReturnType