public class NodeType extends LinkedHashMap
| Modifier and Type | Class and Description |
|---|---|
static class |
NodeType.Attributes |
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Method and Description |
|---|---|
void |
addConstrainedProperty(String propertyName,
Constraint... constraints) |
void |
addProperty(String name,
Object value) |
void |
addResourceTypeConstraintProperty(String value) |
void |
addSupportItemConstraintProperty(String supportItem) |
String |
getName() |
void |
setDerivedFrom(String value) |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizepublic NodeType(String name)
public String getName()
public void setDerivedFrom(String value)
public void addResourceTypeConstraintProperty(String value)
public void addSupportItemConstraintProperty(String supportItem)
public void addConstrainedProperty(String propertyName, Constraint... constraints)
Copyright © 2016. All rights reserved.