public class MappingInfo
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| protected AttributeInfo[] | attributeinfosThe attributes infos. | 
| protected java.lang.Object | commentinfoThe comment info. | 
| protected java.lang.Object | contentinfoThe content info. | 
| protected java.lang.Boolean | includefieldsThe include fields flag. | 
| protected java.lang.Boolean | includemethodsThe include methods flag. | 
| protected java.lang.Boolean | prefertagsThe include fields flag. | 
| protected SubobjectInfo[] | subobjectinfosThe subobject infos. | 
| protected TypeInfo | supertypeThe supertype. | 
| Constructor and Description | 
|---|
| MappingInfo(java.lang.Boolean includemethods,
           java.lang.Boolean includefields)Create a new mapping info. | 
| MappingInfo(java.lang.Boolean includemethods,
           java.lang.Boolean includefields,
           java.lang.Boolean prefertags)Create a new mapping info. | 
| MappingInfo(TypeInfo supertype)Create a new mapping info. | 
| MappingInfo(TypeInfo supertype,
           AttributeInfo[] attributeinfos)Create a new mapping info. | 
| MappingInfo(TypeInfo supertype,
           AttributeInfo[] attributeinfos,
           SubobjectInfo[] subobjectinfos)Create a new mapping info. | 
| MappingInfo(TypeInfo supertype,
           java.lang.Object commentinfo,
           java.lang.Object contentinfo)Create a new mapping info. | 
| MappingInfo(TypeInfo supertype,
           java.lang.Object commentinfo,
           java.lang.Object contentinfo,
           AttributeInfo[] attributeinfos)Create a new mapping info. | 
| MappingInfo(TypeInfo supertype,
           java.lang.Object commentinfo,
           java.lang.Object contentinfo,
           AttributeInfo[] attributeinfos,
           SubobjectInfo[] subobjectinfos)Create a new mapping info. | 
| MappingInfo(TypeInfo supertype,
           java.lang.Object commentinfo,
           java.lang.Object contentinfo,
           AttributeInfo[] attributeinfos,
           SubobjectInfo[] subobjectinfos,
           java.lang.Boolean includemethods,
           java.lang.Boolean includefields,
           java.lang.Boolean prefertags)Create a new mapping info. | 
| MappingInfo(TypeInfo supertype,
           SubobjectInfo[] subobjectinfos)Create a new mapping info. | 
| Modifier and Type | Method and Description | 
|---|---|
| AttributeInfo[] | getAttributeInfos()Get the attributeinfos. | 
| java.lang.Object | getCommentInfo()Get the commentinfo. | 
| java.lang.Object | getContentInfo()Get the contentinfo. | 
| java.lang.Boolean | getIncludeFields()Get the includefields. | 
| java.lang.Boolean | getIncludeMethods()Get the includemethods. | 
| java.lang.Boolean | getPreferTags()Get the prefertags. | 
| SubobjectInfo[] | getSubobjectInfos()Get the subobjectinfos. | 
| TypeInfo | getSupertype()Get the supertype. | 
| java.lang.String | toString()Get the string representation. | 
protected TypeInfo supertype
protected java.lang.Object commentinfo
protected java.lang.Object contentinfo
protected AttributeInfo[] attributeinfos
protected SubobjectInfo[] subobjectinfos
protected java.lang.Boolean includemethods
protected java.lang.Boolean includefields
protected java.lang.Boolean prefertags
public MappingInfo(java.lang.Boolean includemethods,
                   java.lang.Boolean includefields)
public MappingInfo(java.lang.Boolean includemethods,
                   java.lang.Boolean includefields,
                   java.lang.Boolean prefertags)
public MappingInfo(TypeInfo supertype)
public MappingInfo(TypeInfo supertype, AttributeInfo[] attributeinfos)
public MappingInfo(TypeInfo supertype, SubobjectInfo[] subobjectinfos)
public MappingInfo(TypeInfo supertype, java.lang.Object commentinfo, java.lang.Object contentinfo)
public MappingInfo(TypeInfo supertype, AttributeInfo[] attributeinfos, SubobjectInfo[] subobjectinfos)
public MappingInfo(TypeInfo supertype, java.lang.Object commentinfo, java.lang.Object contentinfo, AttributeInfo[] attributeinfos)
public MappingInfo(TypeInfo supertype, java.lang.Object commentinfo, java.lang.Object contentinfo, AttributeInfo[] attributeinfos, SubobjectInfo[] subobjectinfos)
public MappingInfo(TypeInfo supertype, java.lang.Object commentinfo, java.lang.Object contentinfo, AttributeInfo[] attributeinfos, SubobjectInfo[] subobjectinfos, java.lang.Boolean includemethods, java.lang.Boolean includefields, java.lang.Boolean prefertags)
public TypeInfo getSupertype()
public java.lang.Object getCommentInfo()
public java.lang.Object getContentInfo()
public AttributeInfo[] getAttributeInfos()
public SubobjectInfo[] getSubobjectInfos()
public java.lang.Boolean getIncludeFields()
public java.lang.Boolean getIncludeMethods()
public java.lang.Boolean getPreferTags()
public java.lang.String toString()
toString in class java.lang.Object