Class EntityAttribute

java.lang.Object
org.apache.olingo.commons.api.data.Annotatable
org.apache.olingo.commons.api.data.Valuable
org.apache.olingo.commons.api.data.Property
com.ptc.odata.core.entity.property.EntityAttribute

public class EntityAttribute extends org.apache.olingo.commons.api.data.Property
Wraps the Olingo Property implementation.

Supported API: true

Extendable: false
  • Constructor Summary

    Constructors
    Constructor
    Description


    Supported API: true


    Supported API: true
    EntityAttribute(String type, String name, PropertyValueType valueType, Object value)


    Supported API: true
  • Method Summary

    Methods inherited from class org.apache.olingo.commons.api.data.Property

    equals, getName, getOperations, hashCode, isNull, setName, toString

    Methods inherited from class org.apache.olingo.commons.api.data.Valuable

    asCollection, asComplex, asEnum, asGeospatial, asPrimitive, getType, getValue, getValueType, isCollection, isComplex, isEnum, isGeospatial, isPrimitive, setType, setValue

    Methods inherited from class org.apache.olingo.commons.api.data.Annotatable

    getAnnotations

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • EntityAttribute

      public EntityAttribute()


      Supported API: true
    • EntityAttribute

      public EntityAttribute(String type, String name)


      Supported API: true
    • EntityAttribute

      public EntityAttribute(String type, String name, PropertyValueType valueType, Object value)


      Supported API: true