org.apache.poi.hdgf.chunks
Class ChunkFactory.CommandDefinition
java.lang.Object
org.apache.poi.hdgf.chunks.ChunkFactory.CommandDefinition
- Enclosing class:
- ChunkFactory
public class ChunkFactory.CommandDefinition
- extends java.lang.Object
The definition of a Command, which a chunk may hold.
The Command holds the value, this describes it.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChunkFactory.CommandDefinition
public ChunkFactory.CommandDefinition(int type,
int offset,
java.lang.String name)
getName
public java.lang.String getName()
getOffset
public int getOffset()
getType
public int getType()