org.xcmis.sp.inmemory
Class BooleanValue

java.lang.Object
  extended by org.xcmis.sp.inmemory.BooleanValue

public class BooleanValue
extends Object

Version:
$Id: BooleanValue.java 611 2010-04-07 05:29:54Z andrew00x $
Author:
Andrey Parfonov

Constructor Summary
BooleanValue()
           
BooleanValue(Boolean value)
           
BooleanValue(Boolean[] a)
           
BooleanValue(List<Boolean> l)
           
 
Method Summary
 Boolean[] getBooleans()
           
 byte[] getBytes()
           
 Calendar[] getDates()
           
 BigDecimal[] getDecimals()
           
 BigInteger[] getIntegers()
           
 String[] getStrings()
           
 URI[] getURI()
           
 boolean isBoolean()
           
 boolean isContent()
           
 boolean isDate()
           
 boolean isDecimal()
           
 boolean isInteger()
           
 boolean isString()
           
 boolean isURI()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanValue

public BooleanValue()

BooleanValue

public BooleanValue(Boolean value)

BooleanValue

public BooleanValue(Boolean[] a)

BooleanValue

public BooleanValue(List<Boolean> l)
Method Detail

getBooleans

public Boolean[] getBooleans()

isBoolean

public boolean isBoolean()

getDates

public Calendar[] getDates()

getDecimals

public BigDecimal[] getDecimals()

getIntegers

public BigInteger[] getIntegers()

getStrings

public String[] getStrings()

getURI

public URI[] getURI()

getBytes

public byte[] getBytes()

isDate

public boolean isDate()

isDecimal

public boolean isDecimal()

isInteger

public boolean isInteger()

isString

public boolean isString()

isURI

public boolean isURI()

isContent

public boolean isContent()


Copyright © 2011 eXo Platform SAS. All Rights Reserved.