public abstract class AbstractClassMappingNode extends Node
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractClassMappingNode(Node parent,
Map<String,String> attributes) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkCreateConditions(Node parent,
Map<String,String> attributes)
This method will automatically be called during creation of this Node.
|
Class |
getSourceClass() |
String |
getSourceClassName() |
Class |
getTargetClass() |
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, Map<String,String> attributes) throws NodeCreationFailedException
NodeCreationFailedExceptionpublic String getSourceClassName()
public String getTargetClassName()
public Class getSourceClass()
public Class getTargetClass()
protected void checkCreateConditions(Node parent, Map<String,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.