org.pentaho.commons.util.repository.type
Class PropertyXml

java.lang.Object
  extended by org.pentaho.commons.util.repository.type.CmisProperty
      extended by org.pentaho.commons.util.repository.type.PropertyString
          extended by org.pentaho.commons.util.repository.type.PropertyXml

public class PropertyXml
extends PropertyString


Constructor Summary
PropertyXml(String name)
           
PropertyXml(String name, String value)
           
 
Method Summary
 
Methods inherited from class org.pentaho.commons.util.repository.type.PropertyString
getValue, setValue
 
Methods inherited from class org.pentaho.commons.util.repository.type.CmisProperty
getName, getPropertyType, setName, setPropertyType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyXml

public PropertyXml(String name)

PropertyXml

public PropertyXml(String name,
                   String value)