org.apache.olingo.odata2.api.edm
Interface EdmProperty
- All Superinterfaces:
- EdmAnnotatable, EdmElement, EdmMappable, EdmNamed, EdmTyped
public interface EdmProperty
- extends EdmElement, EdmAnnotatable
A CSDL Property element
EdmProperty defines a simple type or a complex type.
- Do not implement this interface or derive from class.
Methods inherited from interface org.apache.olingo.odata2.api.edm.EdmNamed |
getName |
getCustomizableFeedMappings
EdmCustomizableFeedMappings getCustomizableFeedMappings()
throws EdmException
- Get customizable feed mappings for this property
- Returns:
EdmCustomizableFeedMappings
- Throws:
EdmException
getMimeType
String getMimeType()
throws EdmException
- Get the related mime type for the property
- Returns:
- mime type as String
- Throws:
EdmException
isSimple
boolean isSimple()
- Get the info if the property is a simple property
- Returns:
- true, if it is a simple property
Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.