|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.olingo.odata2.api.edm.provider.CustomizableFeedMappings
public class CustomizableFeedMappings
Objects of this class represent customizable feed mappings.
Constructor Summary | |
---|---|
CustomizableFeedMappings()
|
Method Summary | |
---|---|
EdmContentKind |
getFcContentKind()
Get the content kind |
Boolean |
getFcKeepInContent()
|
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 |
CustomizableFeedMappings |
setFcContentKind(EdmContentKind fcContentKind)
Sets the EdmContentKind . |
CustomizableFeedMappings |
setFcKeepInContent(Boolean fcKeepInContent)
Sets if this is kept in content. |
CustomizableFeedMappings |
setFcNsPrefix(String fcNsPrefix)
Sets the prefix. |
CustomizableFeedMappings |
setFcNsUri(String fcNsUri)
Sets the Uri. |
CustomizableFeedMappings |
setFcSourcePath(String fcSourcePath)
Sets the source path. |
CustomizableFeedMappings |
setFcTargetPath(String fcTargetPath)
Sets the target path. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CustomizableFeedMappings()
Method Detail |
---|
public Boolean isFcKeepInContent()
EdmCustomizableFeedMappings
isFcKeepInContent
in interface EdmCustomizableFeedMappings
true
if the property must be kept in the contentpublic EdmContentKind getFcContentKind()
EdmCustomizableFeedMappings
getFcContentKind
in interface EdmCustomizableFeedMappings
EdmContentKind
public String getFcNsPrefix()
EdmCustomizableFeedMappings
getFcNsPrefix
in interface EdmCustomizableFeedMappings
public String getFcNsUri()
EdmCustomizableFeedMappings
getFcNsUri
in interface EdmCustomizableFeedMappings
public String getFcSourcePath()
EdmCustomizableFeedMappings
getFcSourcePath
in interface EdmCustomizableFeedMappings
public String getFcTargetPath()
EdmCustomizableFeedMappings
getFcTargetPath
in interface EdmCustomizableFeedMappings
public Boolean getFcKeepInContent()
public CustomizableFeedMappings setFcKeepInContent(Boolean fcKeepInContent)
fcKeepInContent
-
CustomizableFeedMappings
for method chainingpublic CustomizableFeedMappings setFcContentKind(EdmContentKind fcContentKind)
EdmContentKind
.
fcContentKind
-
CustomizableFeedMappings
for method chainingpublic CustomizableFeedMappings setFcNsPrefix(String fcNsPrefix)
fcNsPrefix
-
CustomizableFeedMappings
for method chainingpublic CustomizableFeedMappings setFcNsUri(String fcNsUri)
fcNsUri
-
CustomizableFeedMappings
for method chainingpublic CustomizableFeedMappings setFcSourcePath(String fcSourcePath)
fcSourcePath
-
CustomizableFeedMappings
for method chainingpublic CustomizableFeedMappings setFcTargetPath(String fcTargetPath)
Sets the target path.
For standard Atom elements, constants are available in EdmTargetPath
.
fcTargetPath
-
CustomizableFeedMappings
for method chaining
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |