Class EntityPropertyInfo

java.lang.Object
org.apache.olingo.odata2.core.ep.aggregator.EntityPropertyInfo
Direct Known Subclasses:
EntityComplexPropertyInfo

public class EntityPropertyInfo extends Object
Collects informations about a property of an entity.
  • Method Details

    • isMandatory

      public boolean isMandatory()
    • isComplex

      public boolean isComplex()
    • getName

      public String getName()
    • getType

      public EdmType getType()
    • getFacets

      public EdmFacets getFacets()
    • getCustomMapping

      public EdmCustomizableFeedMappings getCustomMapping()
    • getMimeType

      public String getMimeType()
    • getMapping

      public EdmMapping getMapping()
    • toString

      public String toString()
      Overrides:
      toString in class Object