org.xcmis.spi.model.impl
Class HtmlProperty

java.lang.Object
  extended by org.xcmis.spi.model.impl.BaseProperty<String>
      extended by org.xcmis.spi.model.impl.HtmlProperty
All Implemented Interfaces:
Property<String>

public class HtmlProperty
extends BaseProperty<String>

Version:
$Id: $
Author:
Andrey Parfonov

Constructor Summary
HtmlProperty()
          Default constructor.
HtmlProperty(String id, String queryName, String localName, String displayName, List<String> values)
           
HtmlProperty(String id, String queryName, String localName, String displayName, String value)
           
 
Method Summary
 PropertyType getType()
          
 
Methods inherited from class org.xcmis.spi.model.impl.BaseProperty
getDisplayName, getId, getLocalName, getQueryName, getValues, setDisplayName, setId, setLocalName, setQueryName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlProperty

public HtmlProperty()
Default constructor.


HtmlProperty

public HtmlProperty(String id,
                    String queryName,
                    String localName,
                    String displayName,
                    String value)

HtmlProperty

public HtmlProperty(String id,
                    String queryName,
                    String localName,
                    String displayName,
                    List<String> values)
Method Detail

getType

public final PropertyType getType()

Returns:
property type


Copyright © 2010 eXo Platform SAS. All Rights Reserved.