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

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.PropertyHtml

public class PropertyHtml
extends PropertyString


Constructor Summary
PropertyHtml(String name)
           
PropertyHtml(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

PropertyHtml

public PropertyHtml(String name)

PropertyHtml

public PropertyHtml(String name,
                    String value)