mro.util.properties
Class PropertyValueDescription
java.lang.Object
mro.util.properties.PropertyValueDescription
public class PropertyValueDescription
- extends java.lang.Object
- Version:
- 041207
- Author:
- Magnus Rosell
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyValueDescription
public PropertyValueDescription(java.lang.Object value,
java.lang.String valueDescription)
PropertyValueDescription
public PropertyValueDescription(boolean value,
java.lang.String valueDescription)
PropertyValueDescription
public PropertyValueDescription(int value,
java.lang.String valueDescription)
getValue
public java.lang.Object getValue()
getValueDescription
public java.lang.String getValueDescription()
printXML
public void printXML(java.io.PrintWriter pw)
throws java.io.IOException
- Throws:
java.io.IOException