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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EdmCustomizableFeedMappingsgetCustomMapping()EdmFacetsgetFacets()EdmMappinggetMapping()StringgetMimeType()StringgetName()EdmTypegetType()booleanisComplex()booleanisMandatory()StringtoString()
-
-
-
Method Detail
-
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()
-
-