|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectcom.auxilii.msgparser.FieldInformation
public class FieldInformation
Convenience class for storing type information
about a DocumentEntry
.
Field Summary | |
---|---|
protected String |
clazz
The class of the DocumentEntry . |
protected int |
mapiType
The mapi type of the DocumentEntry . |
protected String |
type
The type of the DocumentEntry . |
static String |
UNKNOWN
The default value for both the clazz and
the type properties. |
static int |
UNKNOWN_MAPITYPE
The default value for the mapiType |
Constructor Summary | |
---|---|
FieldInformation()
Empty constructor that uses the default values. |
|
FieldInformation(String clazz,
int mapiType)
Constructor that allows to set the class and type properties. |
|
FieldInformation(String clazz,
String type)
Deprecated. |
Method Summary | |
---|---|
String |
getClazz()
|
int |
getMapiType()
|
String |
getType()
|
void |
setClazz(String clazz)
|
void |
setMapiType(int mapiType)
|
void |
setType(String type)
|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String UNKNOWN
clazz
and
the type
properties.
public static final int UNKNOWN_MAPITYPE
mapiType
protected String clazz
DocumentEntry
.
protected String type
DocumentEntry
.
protected int mapiType
DocumentEntry
.
Constructor Detail |
---|
public FieldInformation()
@Deprecated public FieldInformation(String clazz, String type)
clazz
- The class of the DocumentEntry
.type
- The type of the DocumentEntry
.public FieldInformation(String clazz, int mapiType)
clazz
- The class of the DocumentEntry
.mapiType
- The mapiType of the DocumentEntry
(see MAPIProp
).Method Detail |
---|
public String getClazz()
public void setClazz(String clazz)
clazz
- the clazz to setpublic String getType()
public void setType(String type)
type
- the type to setpublic int getMapiType()
public void setMapiType(int mapiType)
mapiType
- the mapiType to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |