org.xcmis.sp.inmemory
Class IntegerValue
java.lang.Object
org.xcmis.sp.inmemory.IntegerValue
public class IntegerValue
- extends Object
- Version:
- $Id: IntegerValue.java 611 2010-04-07 05:29:54Z andrew00x $
- Author:
- Andrey Parfonov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntegerValue
public IntegerValue()
IntegerValue
public IntegerValue(BigInteger value)
IntegerValue
public IntegerValue(List<BigInteger> l)
IntegerValue
public IntegerValue(BigInteger[] a)
getIntegers
public BigInteger[] getIntegers()
isInteger
public boolean isInteger()
getBooleans
public Boolean[] getBooleans()
getDates
public Calendar[] getDates()
getDecimals
public BigDecimal[] getDecimals()
getStrings
public String[] getStrings()
getURI
public URI[] getURI()
getBytes
public byte[] getBytes()
isBoolean
public boolean isBoolean()
isDate
public boolean isDate()
isDecimal
public boolean isDecimal()
isString
public boolean isString()
isURI
public boolean isURI()
isContent
public boolean isContent()
Copyright © 2011 eXo Platform SAS. All Rights Reserved.