Class ChunkFactory.CommandDefinition

java.lang.Object
org.apache.poi.hdgf.chunks.ChunkFactory.CommandDefinition
Enclosing class:
ChunkFactory

public static class ChunkFactory.CommandDefinition extends Object
The definition of a Command, which a chunk may hold. The Command holds the value, this describes it.
  • Constructor Details

    • CommandDefinition

      public CommandDefinition(int type, int offset, String name)
  • Method Details

    • getName

      public String getName()
    • getOffset

      public int getOffset()
    • getType

      public int getType()