|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FieldDesc | |
---|---|
org.jboss.axis.description |
Uses of FieldDesc in org.jboss.axis.description |
---|
Subclasses of FieldDesc in org.jboss.axis.description | |
---|---|
class |
AttributeDesc
An AttributeDesc is a FieldDesc for an Java field mapping to an XML attribute |
class |
ElementDesc
An AttributeDesc is a FieldDesc for an Java field mapping to an XML element |
Methods in org.jboss.axis.description that return FieldDesc | |
---|---|
FieldDesc |
TypeDesc.getFieldByName(String name)
Get a FieldDesc by field name. |
FieldDesc[] |
TypeDesc.getFields()
Obtain the current array of FieldDescs |
FieldDesc[] |
TypeDesc.getFields(boolean searchParents)
|
Methods in org.jboss.axis.description with parameters of type FieldDesc | |
---|---|
void |
TypeDesc.addFieldDesc(FieldDesc field)
Add a new FieldDesc, keeping the convenience fields in sync. |
void |
TypeDesc.setFields(FieldDesc[] newFields)
Replace the array of FieldDescs, making sure we keep our convenience caches in sync. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |