public class BODFactory
extends org.apache.commons.jxpath.AbstractFactory
| Modifier and Type | Field and Description |
|---|---|
| static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
| Constructor and Description |
|---|
| BODFactory()
Constructs a factory
|
| Modifier and Type | Method and Description |
|---|---|
| boolean | createObject(org.apache.commons.jxpath.JXPathContext context, org.apache.commons.jxpath.Pointer pointer, java.lang.Object parent, java.lang.String name, int index)
Creates an object that is corresponding to the JavaBean property parent.name.
|
| java.lang.Class | getNounType()
Gets the type of the noun for the converted BusinessObjectDocument
|
| void | setNounType(java.lang.Class nounType)
Sets the type of the noun this factory currently is handling
|
public static final java.lang.String COPYRIGHT
public void setNounType(java.lang.Class nounType)
public java.lang.Class getNounType()
public boolean createObject(org.apache.commons.jxpath.JXPathContext context,
org.apache.commons.jxpath.Pointer pointer,
java.lang.Object parent,
java.lang.String name,
int index)