org.xcmis.sp.inmemory
Class StringValue

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

public class StringValue
extends Object

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

Constructor Summary
StringValue()
           
StringValue(List<String> l)
           
StringValue(String value)
           
StringValue(String[] 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

StringValue

public StringValue()

StringValue

public StringValue(String value)

StringValue

public StringValue(List<String> l)

StringValue

public StringValue(String[] a)
Method Detail

getStrings

public String[] getStrings()

isString

public boolean isString()

getBooleans

public Boolean[] getBooleans()

getDates

public Calendar[] getDates()

getDecimals

public BigDecimal[] getDecimals()

getIntegers

public BigInteger[] getIntegers()

getURI

public URI[] getURI()

getBytes

public byte[] getBytes()

isBoolean

public boolean isBoolean()

isDate

public boolean isDate()

isDecimal

public boolean isDecimal()

isInteger

public boolean isInteger()

isURI

public boolean isURI()

isContent

public boolean isContent()


Copyright © 2010 eXo Platform SAS. All Rights Reserved.