public class NodeInfo extends Object
An instance of this class is simply a container for the node name,
node uuidentifier, and the node type information. See the PropInfo
class for the related carrier of property information.
| Constructor and Description |
|---|
NodeInfo(String name,
String primaryTypeName,
Iterable<String> mixinTypeNames,
String uuid)
Creates a node information instance.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull Iterable<String> |
getMixinTypeNames()
Returns the names of the mixin types of the node being imported.
|
String |
getName()
Returns the name of the node being imported.
|
String |
getPrimaryTypeName()
Returns the name of the primary type of the node being imported.
|
String |
getUUID()
Returns the uuid of the node being imported.
|
public NodeInfo(String name, String primaryTypeName, Iterable<String> mixinTypeNames, String uuid)
name - name of the node being importedprimaryTypeName - name of the primary type of the node being importedmixinTypeNames - names of the mixin types of the node being importeduuid - uuid of the node being importedpublic String getName()
public String getPrimaryTypeName()
@NotNull public @NotNull Iterable<String> getMixinTypeNames()
public String getUUID()
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.