Package org.apache.olingo.odata2.api.edm
Interface EdmProperty
-
- All Superinterfaces:
EdmAnnotatable,EdmElement,EdmMappable,EdmNamed,EdmTyped
public interface EdmProperty extends EdmElement, EdmAnnotatable
A CSDL Property elementEdmProperty defines a simple type or a complex type. @org.apache.olingo.odata2.DoNotImplement
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EdmCustomizableFeedMappingsgetCustomizableFeedMappings()Get customizable feed mappings for this propertyStringgetMimeType()Get the related mime type for the propertybooleanisSimple()Get the info if the property is a simple property-
Methods inherited from interface org.apache.olingo.odata2.api.edm.EdmAnnotatable
getAnnotations
-
Methods inherited from interface org.apache.olingo.odata2.api.edm.EdmElement
getFacets
-
Methods inherited from interface org.apache.olingo.odata2.api.edm.EdmMappable
getMapping
-
Methods inherited from interface org.apache.olingo.odata2.api.edm.EdmTyped
getMultiplicity, getType
-
-
-
-
Method Detail
-
getCustomizableFeedMappings
EdmCustomizableFeedMappings getCustomizableFeedMappings() throws EdmException
Get customizable feed mappings for this property- Returns:
EdmCustomizableFeedMappings- Throws:
EdmException- Caso ocorra uma exceção EDM
-
getMimeType
String getMimeType() throws EdmException
Get the related mime type for the property- Returns:
- mime type as String
- Throws:
EdmException- Caso ocorra uma exceção EDM
-
isSimple
boolean isSimple()
Get the info if the property is a simple property- Returns:
- true, if it is a simple property
-
-