public abstract class AbstractClassMappingNode extends Node
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractClassMappingNode(Node parent,
java.util.Map<java.lang.String,java.lang.String> attributes) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkCreateConditions(Node parent,
java.util.Map<java.lang.String,java.lang.String> attributes)
This method will automatically be called during creation of this Node.
|
java.lang.Class |
getSourceClass() |
java.lang.String |
getSourceClassName() |
java.lang.Class |
getTargetClass() |
java.lang.String |
getTargetClassName() |
addAttribute, addChild, addChildren, clone, cloneAll, getAttributes, getBooleanAttribute, getBooleanAttribute, getCachedObject, getChild, getChildren, getChildren, getChildrenInternal, getEditorNode, getElementName, getIntegerAttribute, getIntegerAttribute, getLogger, getParent, getPosition, getPositionInfo, getStringAttribute, getStringAttribute, getSuperNode, removeAttribute, removeChild, replace, replaceChild, setAttributes, setElementName, setParent, setPosition, setPositionInfoprotected AbstractClassMappingNode(Node parent, java.util.Map<java.lang.String,java.lang.String> attributes) throws NodeCreationFailedException
NodeCreationFailedExceptionpublic java.lang.String getSourceClassName()
public java.lang.String getTargetClassName()
public java.lang.Class getSourceClass()
public java.lang.Class getTargetClass()
protected void checkCreateConditions(Node parent, java.util.Map<java.lang.String,java.lang.String> attributes) throws NodeCreationFailedException
NodecheckCreateConditions in class Nodeparent - the parent node as given to the constructorattributes - the attribute map as given to the constructorNodeCreationFailedException - if the creation of the node failsCopyright © 2017 SAP SE. All Rights Reserved.