|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
All the Framework elements that are to be externalized in XML format must implement this interface.
Method Summary | |
---|---|
Externalizer |
externalizer()
Returns the Externalizer. |
java.lang.String |
getName()
Returns the name. |
java.lang.Object |
initializeFrom(Tag aTag)
Returns the Object implemented by the Tag aTag. |
void |
readExternal()
Finds the tag that corresponds to the name of THIS entity. |
void |
removeExternal()
Removes the Externalizer. |
void |
setName(java.lang.String aName)
Sets the name. |
Vector |
toStrings()
Returns a Vector with the String representation of the object. |
Vector |
toTags()
Returns a Vector with the object represented as a Tag. |
void |
writeExternal()
Writes this instance converted in tags in a file. |
Methods inherited from interface java.io.Externalizable |
---|
readExternal, writeExternal |
Method Detail |
public Externalizer externalizer() throws java.io.IOException
java.io.IOException
public java.lang.String getName()
public java.lang.Object initializeFrom(Tag aTag) throws java.io.IOException, DSEException
aTag
- Tag
java.io.IOException
DSEException
public void readExternal() throws java.io.IOException
java.io.IOException
public void removeExternal() throws java.io.IOException
java.io.IOException
public void setName(java.lang.String aName)
aName
- java.lang.Stringpublic Vector toStrings()
public Vector toTags() throws java.io.IOException
java.io.IOException
public void writeExternal() throws java.io.IOException
java.io.IOException
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |