org.xcmis.sp.inmemory
Class DateValue
java.lang.Object
org.xcmis.sp.inmemory.DateValue
public class DateValue
- extends Object
- Version:
- $Id: DateValue.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 |
DateValue
public DateValue()
DateValue
public DateValue(Calendar value)
DateValue
public DateValue(List<Calendar> l)
DateValue
public DateValue(Calendar[] a)
getDates
public Calendar[] getDates()
isDate
public boolean isDate()
getBooleans
public Boolean[] getBooleans()
getDecimals
public BigDecimal[] getDecimals()
getIntegers
public BigInteger[] getIntegers()
getStrings
public String[] getStrings()
getURI
public URI[] getURI()
getBytes
public byte[] getBytes()
isBoolean
public boolean isBoolean()
isDecimal
public boolean isDecimal()
isInteger
public boolean isInteger()
isString
public boolean isString()
isURI
public boolean isURI()
isContent
public boolean isContent()
Copyright © 2010 eXo Platform SAS. All Rights Reserved.