org.xcmis.sp.inmemory
Class UriValue

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

public class UriValue
extends Object

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

Constructor Summary
UriValue()
           
UriValue(List<URI> l)
           
UriValue(URI value)
           
UriValue(URI[] a)
           
 
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

UriValue

public UriValue()

UriValue

public UriValue(URI value)

UriValue

public UriValue(List<URI> l)

UriValue

public UriValue(URI[] a)
Method Detail

getURI

public URI[] getURI()

isURI

public boolean isURI()

getBooleans

public Boolean[] getBooleans()

getDates

public Calendar[] getDates()

getDecimals

public BigDecimal[] getDecimals()

getIntegers

public BigInteger[] getIntegers()

getStrings

public String[] getStrings()

getBytes

public byte[] getBytes()

isBoolean

public boolean isBoolean()

isDate

public boolean isDate()

isDecimal

public boolean isDecimal()

isInteger

public boolean isInteger()

isString

public boolean isString()

isContent

public boolean isContent()


Copyright © 2011 eXo Platform SAS. All Rights Reserved.