org.xcmis.client.gwt.model.property
Class DecimalProperty
java.lang.Object
org.xcmis.client.gwt.model.property.BaseProperty<Double>
org.xcmis.client.gwt.model.property.DecimalProperty
- All Implemented Interfaces:
- Property<Double>
public class DecimalProperty
- extends BaseProperty<Double>
- Version:
- $Id: $
- Author:
- Andrey Parfonov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 - idqueryName - query namelocalName - local namedisplayName - display namevalue - value
DecimalProperty
public DecimalProperty(String id,
String queryName,
String localName,
String displayName,
List<Double> values)
- Parameters:
id - idqueryName - query namelocalName - local namedisplayName - display namevalues - values
getType
public final EnumPropertyType getType()
-
- Returns:
- property type
Copyright © 2010 eXo Platform SAS. All Rights Reserved.