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
Supported API: true
Extendable: false
Property implementation.
Supported API: true
Extendable: false
-
Constructor Summary
ConstructorsConstructorDescription
Supported API: trueEntityAttribute(String type, String name)
Supported API: trueEntityAttribute(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, toStringMethods inherited from class org.apache.olingo.commons.api.data.Valuable
asCollection, asComplex, asEnum, asGeospatial, asPrimitive, getType, getValue, getValueType, isCollection, isComplex, isEnum, isGeospatial, isPrimitive, setType, setValueMethods inherited from class org.apache.olingo.commons.api.data.Annotatable
getAnnotations
-
Constructor Details
-
EntityAttribute
public EntityAttribute()
Supported API: true -
EntityAttribute
Supported API: true -
EntityAttribute
Supported API: true
-