|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hdgf.chunks.ChunkFactory.CommandDefinition
public class ChunkFactory.CommandDefinition
The definition of a Command, which a chunk may hold. The Command holds the value, this describes it.
Constructor Summary | |
---|---|
ChunkFactory.CommandDefinition(int type,
int offset,
java.lang.String name)
|
Method Summary | |
---|---|
java.lang.String |
getName()
|
int |
getOffset()
|
int |
getType()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChunkFactory.CommandDefinition(int type, int offset, java.lang.String name)
Method Detail |
---|
public java.lang.String getName()
public int getOffset()
public int getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |