org.cementj.common
Interface DescribableAsXML

All Known Implementing Classes:
ValueObject

public interface DescribableAsXML

Specification for making objects ca[able of providing a description of themselves in valid XML.

Copyright: Delta Vortex Technologies, 2003.


Method Summary
 java.lang.String describeAsXMLDocument()
          Provides XML Document Text for a given instance.
 java.lang.String describeAsXMLElement()
          Provides XML Element Text for a given instance.
 java.lang.String describeAsXMLElement(java.lang.String fieldName)
          Provides XML Element Text for a given instance.
 

Method Detail

describeAsXMLElement

java.lang.String describeAsXMLElement()
Provides XML Element Text for a given instance.

Returns:
XML Text
Since:
0.5

describeAsXMLElement

java.lang.String describeAsXMLElement(java.lang.String fieldName)
Provides XML Element Text for a given instance.

Returns:
XML Text
Since:
0.5

describeAsXMLDocument

java.lang.String describeAsXMLDocument()
Provides XML Document Text for a given instance.

Returns:
XML Text
Since:
0.5


Copyright © 2003 Delta Vortex Technologies, Inc. All Rights Reserved.