Class EntityComplexPropertyInfo
- java.lang.Object
-
- org.apache.olingo.odata2.core.ep.aggregator.EntityPropertyInfo
-
- org.apache.olingo.odata2.core.ep.aggregator.EntityComplexPropertyInfo
-
public class EntityComplexPropertyInfo extends EntityPropertyInfo
-
-
Field Summary
Fields Modifier and Type Field Description protected List<EntityPropertyInfo>entityPropertyInfo
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntityPropertyInfogetPropertyInfo(String name)List<EntityPropertyInfo>getPropertyInfos()booleanisComplex()StringtoString()-
Methods inherited from class org.apache.olingo.odata2.core.ep.aggregator.EntityPropertyInfo
getCustomMapping, getFacets, getMapping, getMimeType, getName, getType, isMandatory
-
-
-
-
Field Detail
-
entityPropertyInfo
protected List<EntityPropertyInfo> entityPropertyInfo
-
-
Method Detail
-
isComplex
public boolean isComplex()
- Overrides:
isComplexin classEntityPropertyInfo
-
getPropertyInfos
public List<EntityPropertyInfo> getPropertyInfos()
-
getPropertyInfo
public EntityPropertyInfo getPropertyInfo(String name)
-
toString
public String toString()
- Overrides:
toStringin classEntityPropertyInfo
-
-