org.apache.olingo.odata2.api.edm
Interface EdmCustomizableFeedMappings

All Known Implementing Classes:
CustomizableFeedMappings

public interface EdmCustomizableFeedMappings

Do not implement this interface or derive from class.
Customizable Feed property mappings for the AtomPub Format as defined in the OData specification.

Method Summary
 EdmContentKind getFcContentKind()
          Get the content kind
 String getFcNsPrefix()
          Get the XML namespace prefix
 String getFcNsUri()
          Get the XML namespace URI
 String getFcSourcePath()
          Get the source path
 String getFcTargetPath()
          Get the target path
 Boolean isFcKeepInContent()
          Get the information if the property should be kept in the content
 

Method Detail

isFcKeepInContent

Boolean isFcKeepInContent()
Get the information if the property should be kept in the content

Returns:
true if 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


Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.