public class ReporterNode extends AbstractADFNode
| Modifier and Type | Field and Description |
|---|---|
Map<String,String> |
comments |
List<ControlTypeAttribute> |
controlTypeAttributes |
Map<String,List<String>> |
reporterDatabaseEntries |
List<ReporterGroupAttribute> |
reporterGroupAttributes |
String |
reporterSequence |
nodeName| Constructor and Description |
|---|
ReporterNode() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNodeType()
Get the type of this node in the graph.
|
String[] |
headers()
Returns a string array representing the headers of this node and all it's attributes.
|
String[] |
values()
Returns the strings representing the values of this node and all it's attributes, indexed by the matching
headers.
|
addChildNode, addChildNode, addParentNode, addParentNode, equals, getChildNodes, getLog, getNodeName, getParentNodes, hashCode, removeChildNode, removeParentNode, setNodeName, toString, updateChildNode, updateParentNodeclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddChildNode, addChildNode, addParentNode, addParentNode, getChildNodes, getNodeName, getParentNodes, removeChildNode, removeParentNode, setNodeName, updateChildNode, updateParentNodepublic String reporterSequence
public List<ReporterGroupAttribute> reporterGroupAttributes
public List<ControlTypeAttribute> controlTypeAttributes
public String[] headers()
ADFNodepublic String[] values()
ADFNodeADFNode.headers() and ADFNode.values() have exactly the same length and the same order.Copyright © 2014. All rights reserved.