public class NodeInfo
extends java.lang.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(java.lang.String name,
java.lang.String primaryTypeName,
java.lang.Iterable<java.lang.String> mixinTypeNames,
java.lang.String uuid)
Creates a node information instance.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<java.lang.String> |
getMixinTypeNames()
Returns the names of the mixin types of the node being imported.
|
java.lang.String |
getName()
Returns the name of the node being imported.
|
java.lang.String |
getPrimaryTypeName()
Returns the name of the primary type of the node being imported.
|
java.lang.String |
getUUID()
Returns the uuid of the node being imported.
|
public NodeInfo(java.lang.String name, java.lang.String primaryTypeName, java.lang.Iterable<java.lang.String> mixinTypeNames, java.lang.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 java.lang.String getName()
public java.lang.String getPrimaryTypeName()
public java.lang.Iterable<java.lang.String> getMixinTypeNames()
public java.lang.String getUUID()
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"