Package jadex.xml
Class ObjectInfo
- java.lang.Object
- 
- jadex.xml.ObjectInfo
 
- 
 public class ObjectInfo extends java.lang.ObjectInformation about an object, esp. the object type or its creator.
- 
- 
Field SummaryFields Modifier and Type Field Description protected IPostProcessorpostprocThe post processor (if any).protected java.lang.ObjecttypeinfoThe object type.
 - 
Constructor SummaryConstructors Constructor Description ObjectInfo(java.lang.Object typeinfo)Create a new object info.ObjectInfo(java.lang.Object typeinfo, IPostProcessor postproc)Create a new object info.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IPostProcessorgetPostProcessor()Get the postproc.java.lang.ObjectgetTypeInfo()Get the typeinfo.voidsetTypeInfo(java.lang.Object typeinfo)Set the typeinfo.
 
- 
- 
- 
Field Detail- 
typeinfoprotected java.lang.Object typeinfo The object type.
 - 
postprocprotected IPostProcessor postproc The post processor (if any).
 
- 
 - 
Constructor Detail- 
ObjectInfopublic ObjectInfo(java.lang.Object typeinfo) Create a new object info.
 - 
ObjectInfopublic ObjectInfo(java.lang.Object typeinfo, IPostProcessor postproc)Create a new object info.
 
- 
 - 
Method Detail- 
getTypeInfopublic java.lang.Object getTypeInfo() Get the typeinfo.- Returns:
- The typeinfo.
 
 - 
setTypeInfopublic void setTypeInfo(java.lang.Object typeinfo) Set the typeinfo.- Parameters:
- typeinfo- The typeinfo to set.
 
 - 
getPostProcessorpublic IPostProcessor getPostProcessor() Get the postproc.- Returns:
- The postproc.
 
 
- 
 
-