com.servingxml.components.property
Class OutputProperty
java.lang.Object
com.servingxml.components.property.OutputProperty
public class OutputProperty
- extends java.lang.Object
An OutputProperty
holds the name and value of an
output property.
Constructor Summary |
OutputProperty(java.lang.String name,
java.lang.String value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OutputProperty
public OutputProperty(java.lang.String name,
java.lang.String value)
getName
public java.lang.String getName()
getValue
public java.lang.String getValue()
toProperties
public static java.util.Properties toProperties(OutputProperty[] outputProperties)