public class ObjectInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected IPostProcessor |
postproc
The post processor (if any).
|
protected java.lang.Object |
typeinfo
The object type.
|
Constructor and Description |
---|
ObjectInfo(java.lang.Object typeinfo)
Create a new object info.
|
ObjectInfo(java.lang.Object typeinfo,
IPostProcessor postproc)
Create a new object info.
|
Modifier and Type | Method and Description |
---|---|
IPostProcessor |
getPostProcessor()
Get the postproc.
|
java.lang.Object |
getTypeInfo()
Get the typeinfo.
|
void |
setTypeInfo(java.lang.Object typeinfo)
Set the typeinfo.
|
protected java.lang.Object typeinfo
protected IPostProcessor postproc
public ObjectInfo(java.lang.Object typeinfo)
public ObjectInfo(java.lang.Object typeinfo, IPostProcessor postproc)
public java.lang.Object getTypeInfo()
public void setTypeInfo(java.lang.Object typeinfo)
typeinfo
- The typeinfo to set.public IPostProcessor getPostProcessor()