public class SyncAttributeDescriptorData extends Object
| Constructor and Description |
|---|
SyncAttributeDescriptorData(SessionContext ctx,
SyncAttributeDescriptorConfig cfg) |
SyncAttributeDescriptorData(String qualifier,
boolean includeInSync,
boolean copyByValue,
boolean untranslatable,
Object preset,
Boolean isPartialTranslationEnabled) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getPresetValue() |
String |
getQualifier() |
boolean |
isCopyByValue() |
boolean |
isIncludedInSync() |
Boolean |
isPartialTranslationEnabled() |
boolean |
isUntranslatable() |
public SyncAttributeDescriptorData(SessionContext ctx, SyncAttributeDescriptorConfig cfg)
public boolean isIncludedInSync()
public boolean isCopyByValue()
public boolean isUntranslatable()
public String getQualifier()
public Object getPresetValue()
public Boolean isPartialTranslationEnabled()
Copyright © 2017 SAP SE. All Rights Reserved.