Class ResourceRef.BoxRef

  • Enclosing class:
    ResourceRef

    public static class ResourceRef.BoxRef
    extends Object
    BoxRef represents a reference to a box of an application. The index field references the application in the Access array.
    • Field Detail

      • index

        public Long index
      • name

        public byte[] name
    • Constructor Detail

      • BoxRef

        public BoxRef()
      • BoxRef

        public BoxRef​(Long index,
                      byte[] name)
      • BoxRef

        public BoxRef​(long index,
                      byte[] name)