Class Importer.NodeInfo

  • Enclosing interface:
    Importer

    public static class Importer.NodeInfo
    extends Object
    • Constructor Detail

      • NodeInfo

        public NodeInfo​(Name name,
                        Name nodeTypeName,
                        Name[] mixinNames,
                        String uuid)
    • Method Detail

      • getName

        public Name getName()
      • getNodeTypeName

        public Name getNodeTypeName()
      • getMixinNames

        public Name[] getMixinNames()
      • setUUID

        public void setUUID​(String uuid)
      • getUUID

        public String getUUID()