|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.codestreet.messageforge.RFldFactory
Factory class to create field instances.
| Constructor Summary | |
RFldFactory()
|
|
| Method Summary | |
static RFld |
createField(java.lang.String xmlTag,
java.lang.String name,
java.lang.String id)
Create a new field instance of the specified type with the specified name. |
static java.lang.Class |
getClass(java.lang.String xmlTag)
Get the java.lang.class object corresponding to the specified XML field tag. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RFldFactory()
| Method Detail |
public static RFld createField(java.lang.String xmlTag,
java.lang.String name,
java.lang.String id)
throws FactoryException
xmlTag - Field type. This is XML tag of the desired field type.name - Field name.id - Field Id.
FactoryExceptionpublic static final java.lang.Class getClass(java.lang.String xmlTag)
xmlTag - XML tag of field.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||