public class Noun
extends java.lang.Object
Constructor and Description |
---|
Noun()
Creates an instance of the noun configuration.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
createInstance()
This method will create a new instance of the object if the factory has been defined.
|
java.lang.String |
getName()
This method returns the name of the noun.
|
NounElement |
getNounElement(java.lang.String element)
This method returns the noun element configuration of the sub element of the noun
specified.
|
void |
init(org.w3c.dom.Element noun)
Initializes the instance of the noun configuration.
|
boolean |
isFactoryDeclared()
This method returns whether the factory to instantiate the class has been defined.
|
public Noun()
public void init(org.w3c.dom.Element noun)
noun
- The noun configuration element.public boolean isFactoryDeclared()
public java.lang.Object createInstance()
public java.lang.String getName()
public NounElement getNounElement(java.lang.String element)
element
- The sub element of the noun.