org.xcmis.client.gwt.model.property
Class StringProperty

java.lang.Object
  extended by org.xcmis.client.gwt.model.property.BaseProperty<String>
      extended by org.xcmis.client.gwt.model.property.StringProperty
All Implemented Interfaces:
Property<String>

public class StringProperty
extends BaseProperty<String>

Version:
$Id: $
Author:
Andrey Parfonov

Constructor Summary
StringProperty()
          Default constructor.
StringProperty(StringProperty other)
           
StringProperty(String id, String queryName, String localName, String displayName, List<String> values)
           
StringProperty(String id, String queryName, String localName, String displayName, String value)
           
 
Method Summary
 EnumPropertyType getType()
          
 
Methods inherited from class org.xcmis.client.gwt.model.property.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

StringProperty

public StringProperty()
Default constructor.


StringProperty

public StringProperty(StringProperty other)

StringProperty

public StringProperty(String id,
                      String queryName,
                      String localName,
                      String displayName,
                      String value)
Parameters:
id - id
queryName - query name
localName - local name
displayName - display name
value - value

StringProperty

public StringProperty(String id,
                      String queryName,
                      String localName,
                      String displayName,
                      List<String> values)
Parameters:
id - id
queryName - query name
localName - local name
displayName - display name
values - values
Method Detail

getType

public final EnumPropertyType getType()

Returns:
property type


Copyright © 2010 eXo Platform SAS. All Rights Reserved.