org.xcmis.spi.model.impl
Class IntegerProperty
java.lang.Object
org.xcmis.spi.model.impl.BaseProperty<BigInteger>
org.xcmis.spi.model.impl.IntegerProperty
- All Implemented Interfaces:
- Property<BigInteger>
public class IntegerProperty
- extends BaseProperty<BigInteger>
- 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(String id,
String queryName,
String localName,
String displayName,
BigInteger value)
IntegerProperty
public IntegerProperty(String id,
String queryName,
String localName,
String displayName,
List<BigInteger> values)
getType
public final PropertyType getType()
-
- Returns:
- property type
Copyright © 2010 eXo Platform SAS. All Rights Reserved.