public class ObjectInfo extends Object
Constructor and Description |
---|
ObjectInfo(Object typeinfo)
Create a new object info.
|
ObjectInfo(Object typeinfo,
IPostProcessor postproc)
Create a new object info.
|
Modifier and Type | Method and Description |
---|---|
IPostProcessor |
getPostProcessor()
Get the postproc.
|
Object |
getTypeInfo()
Get the typeinfo.
|
void |
setTypeInfo(Object typeinfo)
Set the typeinfo.
|
public ObjectInfo(Object typeinfo)
public ObjectInfo(Object typeinfo, IPostProcessor postproc)
public Object getTypeInfo()
public void setTypeInfo(Object typeinfo)
typeinfo
- The typeinfo to set.public IPostProcessor getPostProcessor()
Copyright © 2012. All Rights Reserved.