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

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

public class DecimalProperty
extends BaseProperty<Double>

Version:
$Id: $
Author:
Andrey Parfonov

Constructor Summary
DecimalProperty()
          Default constructor.
DecimalProperty(DecimalProperty other)
           
DecimalProperty(String id, String queryName, String localName, String displayName, Double value)
           
DecimalProperty(String id, String queryName, String localName, String displayName, List<Double> values)
           
 
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

DecimalProperty

public DecimalProperty()
Default constructor.


DecimalProperty

public DecimalProperty(DecimalProperty other)

DecimalProperty

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

DecimalProperty

public DecimalProperty(String id,
                       String queryName,
                       String localName,
                       String displayName,
                       List<Double> 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.