|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.bibalex.daf.entities.phase.ReflectionDef
public class ReflectionDef
Represents the reflection section of a phase.
Field Summary | |
---|---|
java.lang.String |
method
The 'Method' property of the element. |
Constructor Summary | |
---|---|
ReflectionDef()
Creates a new instance of ReflectionDef. |
|
ReflectionDef(org.w3c.dom.Node node)
Creates a new instance of ReflectionDef. |
|
ReflectionDef(java.lang.String nodeRep)
Creates a new instance of ReflectionDef. |
Method Summary | |
---|---|
private void |
createElementFromNode(org.w3c.dom.Node node)
Creates the ReflectionDef element by supplying its XmlNode represenation. |
java.lang.String |
toString()
Returns the string representation of this object. |
java.lang.String |
toXmlString()
Returns a String representing the ReflectionDef in xml format. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public java.lang.String method
Constructor Detail |
---|
public ReflectionDef()
public ReflectionDef(org.w3c.dom.Node node) throws PhaseDefinitionException
node
- The Xml node that representd the element.
PhaseDefinitionException
- If the given node couldn't be parsed.public ReflectionDef(java.lang.String nodeRep) throws PhaseDefinitionException
nodeRep
- The Xml String representing this element.
PhaseDefinitionException
- If the given String couldn't be parsed.Method Detail |
---|
private void createElementFromNode(org.w3c.dom.Node node) throws PhaseDefinitionException
node
- The Xml Node representing this element.
PhaseDefinitionException
- If the node name is not 'Folder' or attributes are missing.public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toXmlString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |