public abstract class AbstractPropertyMapping extends java.lang.Object implements PropertyMapping
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
_isInitialized |
static int |
COMPLIANCE_LEVEL_HIGH |
static int |
COMPLIANCE_LEVEL_LOW |
static int |
COMPLIANCE_LEVEL_MEDIUM |
protected NodeMapping |
nodeMapping |
| Constructor and Description |
|---|
AbstractPropertyMapping(NodeMapping parentNode) |
| Modifier and Type | Method and Description |
|---|---|
NodeMapping |
getParentMapping()
Returns the parent mapping which this mapping belongs too.
|
protected abstract boolean |
initialize(int complianceLevel) |
protected boolean |
isInitialized() |
protected void |
setInitialized(boolean initialized) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, getNewNodeMappings, getProcessor, getPropertyFilters, getSourceConfig, getTargetConfig, isNode, isVirtualpublic static final int COMPLIANCE_LEVEL_LOW
public static final int COMPLIANCE_LEVEL_MEDIUM
public static final int COMPLIANCE_LEVEL_HIGH
protected boolean _isInitialized
protected NodeMapping nodeMapping
public AbstractPropertyMapping(NodeMapping parentNode)
protected abstract boolean initialize(int complianceLevel)
protected boolean isInitialized()
protected void setInitialized(boolean initialized)
public NodeMapping getParentMapping()
PropertyMappingPropertyMapping the parent mapping is always a NodeMapping.getParentMapping in interface PropertyMappingNodeMappingCopyright © 2018 SAP SE. All Rights Reserved.