com.servingxml.components.property
Class OutputProperty

java.lang.Object
  extended by 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)
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getValue()
           
static java.util.Properties toProperties(OutputProperty[] outputProperties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutputProperty

public OutputProperty(java.lang.String name,
                      java.lang.String value)
Method Detail

getName

public java.lang.String getName()

getValue

public java.lang.String getValue()

toProperties

public static java.util.Properties toProperties(OutputProperty[] outputProperties)