org.xcmis.client.gwt.model.property
Class IntegerProperty
java.lang.Object
org.xcmis.client.gwt.model.property.BaseProperty<Long>
org.xcmis.client.gwt.model.property.IntegerProperty
- All Implemented Interfaces:
- Property<Long>
public class IntegerProperty
- extends BaseProperty<Long>
- Version:
- $Id: $
- Author:
- Andrey Parfonov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntegerProperty
public IntegerProperty()
- Default constructor.
IntegerProperty
public IntegerProperty(IntegerProperty other)
IntegerProperty
public IntegerProperty(String id,
String queryName,
String localName,
String displayName,
Long value)
- Parameters:
id - idqueryName - query namelocalName - local namedisplayName - display namevalue - value
IntegerProperty
public IntegerProperty(String id,
String queryName,
String localName,
String displayName,
List<Long> 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.