public class DefaultNodeConfig extends AbstractNodeConfig
| Constructor and Description |
|---|
DefaultNodeConfig(java.lang.Class<?> type) |
DefaultNodeConfig(NodeConfig template) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,PropertyConfig> |
getProperties()
Returns a mapping of all
PropertyConfig for this node. |
java.lang.Class |
getType()
Returns the type of this node.
|
PropertyConfig[] |
getUidProperties()
Returns all Properties which shall be taken to form an UID value for a concrete node value.
|
java.lang.String[] |
getUidPropertyNames() |
void |
setUidProperties(PropertyConfig[] uidProperties) |
void |
setUidPropertyNames(java.lang.String propNames) |
getPropertiesFor, normalizePropertyNamepublic DefaultNodeConfig(java.lang.Class<?> type)
public DefaultNodeConfig(NodeConfig template)
public java.lang.Class getType()
NodeConfigpublic void setUidPropertyNames(java.lang.String propNames)
public java.lang.String[] getUidPropertyNames()
public void setUidProperties(PropertyConfig[] uidProperties)
uidProperties - the uidProperties to setpublic PropertyConfig[] getUidProperties()
NodeConfigGraphNode.uidProperties()PropertyConfigpublic java.util.Map<java.lang.String,PropertyConfig> getProperties()
NodeConfigPropertyConfig for this node.PropertyConfig mappingCopyright © 2018 SAP SE. All Rights Reserved.