|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bibalex.daf.entities.phase.SemiPhaseDef
public class SemiPhaseDef
Represents either the PrePhase or PostPhase definition.
| Field Summary | |
|---|---|
DatabaseDef |
database
Holds the database definition section of the phase. |
PhysicalDef |
physical
Holds the physical definition section of the phase. |
ReflectionDef |
reflection
Holds the reflection definition section of the phase. |
java.lang.String |
type
A String representing the type of the SemiPhaseDef. |
| Constructor Summary | |
|---|---|
SemiPhaseDef(org.w3c.dom.Node node)
Creates a new instance of SemiPhaseDef. |
|
SemiPhaseDef(java.lang.String nodeRep)
Creates a new instance of SemiPhaseDef. |
|
| Method Summary | |
|---|---|
private void |
createElementFromNode(org.w3c.dom.Node node)
Creates the SemiPhaseDef 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 SemiPhaseDef in xml format. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public PhysicalDef physical
public ReflectionDef reflection
public DatabaseDef database
public java.lang.String type
| Constructor Detail |
|---|
public SemiPhaseDef(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 SemiPhaseDef(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 'PrePhase' or 'PostPhase' or children couldn't be created.public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toXmlString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||