public class NodeInfo extends Object
Constructor and Description |
---|
NodeInfo(String name,
ValueInfo info)
Creates a node info object from the supplied name and value info.
|
Modifier and Type | Method and Description |
---|---|
ValueInfo |
getInfo()
The type and shape information of this node.
|
String |
getName()
The name of the node.
|
String |
toString() |
public String getName()
public ValueInfo getInfo()
WARNING: MapInfo
and SequenceInfo
instances returned by this type will have
insufficient information in them as it's not available from the model without an example
output.
Copyright © 2024. All rights reserved.