Package org.apache.poi.hdgf.chunks
Class ChunkFactory.CommandDefinition
- java.lang.Object
-
- org.apache.poi.hdgf.chunks.ChunkFactory.CommandDefinition
-
- Enclosing class:
- ChunkFactory
public static 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.
-
-
Constructor Summary
Constructors Constructor Description CommandDefinition(int type, int offset, java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
int
getOffset()
int
getType()
-