public class MappingInfo extends Object
Constructor and Description |
---|
MappingInfo(Boolean includemethods,
Boolean includefields)
Create a new mapping info.
|
MappingInfo(Boolean includemethods,
Boolean includefields,
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,
Object commentinfo,
Object contentinfo)
Create a new mapping info.
|
MappingInfo(TypeInfo supertype,
Object commentinfo,
Object contentinfo,
AttributeInfo[] attributeinfos)
Create a new mapping info.
|
MappingInfo(TypeInfo supertype,
Object commentinfo,
Object contentinfo,
AttributeInfo[] attributeinfos,
SubobjectInfo[] subobjectinfos)
Create a new mapping info.
|
MappingInfo(TypeInfo supertype,
Object commentinfo,
Object contentinfo,
AttributeInfo[] attributeinfos,
SubobjectInfo[] subobjectinfos,
Boolean includemethods,
Boolean includefields,
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.
|
Object |
getCommentInfo()
Get the commentinfo.
|
Object |
getContentInfo()
Get the contentinfo.
|
Boolean |
getIncludeFields()
Get the includefields.
|
Boolean |
getIncludeMethods()
Get the includemethods.
|
Boolean |
getPreferTags()
Get the prefertags.
|
SubobjectInfo[] |
getSubobjectInfos()
Get the subobjectinfos.
|
TypeInfo |
getSupertype()
Get the supertype.
|
String |
toString()
Get the string representation.
|
public MappingInfo(Boolean includemethods, Boolean includefields)
public MappingInfo(Boolean includemethods, Boolean includefields, Boolean prefertags)
public MappingInfo(TypeInfo supertype)
public MappingInfo(TypeInfo supertype, AttributeInfo[] attributeinfos)
public MappingInfo(TypeInfo supertype, SubobjectInfo[] subobjectinfos)
public MappingInfo(TypeInfo supertype, Object commentinfo, Object contentinfo)
public MappingInfo(TypeInfo supertype, AttributeInfo[] attributeinfos, SubobjectInfo[] subobjectinfos)
public MappingInfo(TypeInfo supertype, Object commentinfo, Object contentinfo, AttributeInfo[] attributeinfos)
public MappingInfo(TypeInfo supertype, Object commentinfo, Object contentinfo, AttributeInfo[] attributeinfos, SubobjectInfo[] subobjectinfos)
public MappingInfo(TypeInfo supertype, Object commentinfo, Object contentinfo, AttributeInfo[] attributeinfos, SubobjectInfo[] subobjectinfos, Boolean includemethods, Boolean includefields, Boolean prefertags)
public TypeInfo getSupertype()
public Object getCommentInfo()
public Object getContentInfo()
public AttributeInfo[] getAttributeInfos()
public SubobjectInfo[] getSubobjectInfos()
public Boolean getIncludeFields()
public Boolean getIncludeMethods()
public Boolean getPreferTags()
Copyright © 2012. All Rights Reserved.