Package | Description |
---|---|
jadex.xml | |
jadex.xml.reader |
Modifier and Type | Method and Description |
---|---|
SubobjectInfo[] |
TypeInfo.getDeclaredSubobjectInfos()
Get the declared subobject infos.
|
SubobjectInfo |
TypeInfo.getSubobjectInfoRead(QName tag,
QName[] fullpath,
Map rawattributes)
Get the most specific subobject info.
|
SubobjectInfo[] |
MappingInfo.getSubobjectInfos()
Get the subobjectinfos.
|
SubobjectInfo |
TypeInfo.getSubobjectInfoWrite(Object attr)
Get the subobject infos.
|
Constructor and Description |
---|
MappingInfo(TypeInfo supertype,
AttributeInfo[] attributeinfos,
SubobjectInfo[] subobjectinfos)
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 |
---|---|
static SubobjectInfo |
AReader.getSubobjectInfoRead(QName localname,
QName[] fullpath,
TypeInfo patypeinfo,
Map attrs)
Get a subobject info for reading.
|
Copyright © 2013. All Rights Reserved.