com.ibm.websphere.pmi.client
Interface CpdXML
- All Known Subinterfaces:
- CpdCollection, CpdData, CpdDouble, CpdInt, CpdLoad, CpdLong, CpdStat, CpdValue
- public interface CpdXML
Field Summary static java.lang.String INDENT_SPACE
Method Summary void fromXML(java.lang.String xmlStr)
Return an object from XML stringjava.lang.String toXML()
Return the data in XML formatjava.lang.String toXML(java.lang.String indent)
java.lang.String toXML(java.lang.String indent, boolean bLogBaseValue)
Field Detail INDENT_SPACE
public static final java.lang.String INDENT_SPACE
- See Also:
- Constant Field Values
Method Detail toXML
public java.lang.String toXML()
- Return the data in XML format
toXML
public java.lang.String toXML(java.lang.String indent)
toXML
public java.lang.String toXML(java.lang.String indent, boolean bLogBaseValue)
fromXML
public void fromXML(java.lang.String xmlStr)
- Return an object from XML string
WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.
IBM is a trademark of the IBM Corporation in the United States, other countries, or both.