|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.mpp.CriteriaReader
net.sf.mpxj.mpp.FilterCriteriaReader12
public final class FilterCriteriaReader12
This class allows filter criteria definitions to be read from an MPP12 file.
| Field Summary |
|---|
| Fields inherited from class net.sf.mpxj.mpp.CriteriaReader |
|---|
m_criteriaBlockMap |
| Constructor Summary | |
|---|---|
FilterCriteriaReader12()
|
|
| Method Summary | |
|---|---|
protected byte[] |
getChildBlock(byte[] block)
Retrieves the child of the current block. |
protected int |
getCriteriaBlockSize()
Retrieves the criteria block size. |
protected int |
getCriteriaStartOffset()
Retrieves the offset of the start of the criteria data. |
protected int |
getCriteriaTextStartOffset()
Retrieves offset of value which determines the start of the text block. |
protected FieldType |
getFieldType(byte[] block)
Retrieves a field type value. |
protected byte[] |
getListNextBlock(byte[] block)
Retrieves the next list sibling of this block. |
protected int |
getPromptOffset(byte[] block)
Retrieves the offset of the prompt text. |
protected int |
getTextOffset(byte[] block)
Retrieves the offset of the start of the text block. |
protected int |
getTimeUnitsOffset()
Retrieves the offset of the time unit field. |
protected int |
getValueOffset()
Retrieves the offset of the field value. |
| Methods inherited from class net.sf.mpxj.mpp.CriteriaReader |
|---|
process |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FilterCriteriaReader12()
| Method Detail |
|---|
protected int getCriteriaBlockSize()
getCriteriaBlockSize in class CriteriaReaderprotected int getCriteriaStartOffset()
getCriteriaStartOffset in class CriteriaReaderprotected byte[] getChildBlock(byte[] block)
getChildBlock in class CriteriaReaderblock - parent block
protected byte[] getListNextBlock(byte[] block)
getListNextBlock in class CriteriaReaderblock - current block
protected FieldType getFieldType(byte[] block)
getFieldType in class CriteriaReaderblock - criteria block
protected int getTextOffset(byte[] block)
getTextOffset in class CriteriaReaderblock - current block
protected int getPromptOffset(byte[] block)
getPromptOffset in class CriteriaReaderblock - current block
protected int getValueOffset()
getValueOffset in class CriteriaReaderprotected int getTimeUnitsOffset()
getTimeUnitsOffset in class CriteriaReaderprotected int getCriteriaTextStartOffset()
getCriteriaTextStartOffset in class CriteriaReader
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||