Package org.apache.olingo.odata2.api.edm
Interface EdmCustomizableFeedMappings
- All Known Implementing Classes:
CustomizableFeedMappings
public interface EdmCustomizableFeedMappings
-
Method Summary
Modifier and TypeMethodDescriptionGet the content kindGet the XML namespace prefixGet the XML namespace URIGet the source pathGet the target pathGet the information if the property should be kept in the content
-
Method Details
-
isFcKeepInContent
Boolean isFcKeepInContent()Get the information if the property should be kept in the content- Returns:
trueif the property must be kept in the content
-
getFcContentKind
EdmContentKind getFcContentKind()Get the content kind- Returns:
EdmContentKind
-
getFcNsPrefix
String getFcNsPrefix()Get the XML namespace prefix- Returns:
- String
-
getFcNsUri
String getFcNsUri()Get the XML namespace URI- Returns:
- String
-
getFcSourcePath
String getFcSourcePath()Get the source path- Returns:
- String
-
getFcTargetPath
String getFcTargetPath()Get the target path- Returns:
- String
-