org.apache.poi.hwpf.model
Class FieldDescriptor

java.lang.Object
  extended by org.apache.poi.hwpf.model.types.FLDAbstractType
      extended by org.apache.poi.hwpf.model.FieldDescriptor
All Implemented Interfaces:
org.apache.poi.hdf.model.hdftypes.HDFType

@Internal
public final class FieldDescriptor
extends FLDAbstractType

Class for the FLD structure.

Author:
Cedric Bosdonnat

Field Summary
static int FIELD_BEGIN_MARK
           
static int FIELD_END_MARK
           
static int FIELD_SEPARATOR_MARK
           
 
Fields inherited from class org.apache.poi.hwpf.model.types.FLDAbstractType
field_1_chHolder, field_2_flt
 
Constructor Summary
FieldDescriptor(byte[] data)
           
 
Method Summary
 int getBoundaryType()
           
 int getFieldType()
           
 boolean isHasSep()
           
 boolean isLocked()
           
 boolean isNested()
           
 boolean isPrivateResult()
           
 boolean isResultDirty()
           
 boolean isResultEdited()
           
 boolean isZombieEmbed()
           
 
Methods inherited from class org.apache.poi.hwpf.model.types.FLDAbstractType
fillFields, getCh, getChHolder, getFlt, getReserved, getSize, isFDiffer, isFHasSep, isFLocked, isFNested, isFPrivateResult, isFResultDirty, isFResultEdited, isFZombieEmbed, serialize, setCh, setChHolder, setFDiffer, setFHasSep, setFLocked, setFlt, setFNested, setFPrivateResult, setFResultDirty, setFResultEdited, setFZombieEmbed, setReserved, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

FIELD_BEGIN_MARK

public static final int FIELD_BEGIN_MARK
See Also:
Constant Field Values

FIELD_SEPARATOR_MARK

public static final int FIELD_SEPARATOR_MARK
See Also:
Constant Field Values

FIELD_END_MARK

public static final int FIELD_END_MARK
See Also:
Constant Field Values
Constructor Detail

FieldDescriptor

public FieldDescriptor(byte[] data)
Method Detail

getBoundaryType

public int getBoundaryType()

getFieldType

public int getFieldType()

isZombieEmbed

public boolean isZombieEmbed()

isResultDirty

public boolean isResultDirty()

isResultEdited

public boolean isResultEdited()

isLocked

public boolean isLocked()

isPrivateResult

public boolean isPrivateResult()

isNested

public boolean isNested()

isHasSep

public boolean isHasSep()


Copyright 2012 The Apache Software Foundation or its licensors, as applicable.