protected class PropertyDefinition.StringValue extends Object implements Value
Modifier | Constructor and Description |
---|---|
protected |
PropertyDefinition.StringValue(String value) |
Modifier and Type | Method and Description |
---|---|
Binary |
getBinary() |
boolean |
getBoolean() |
Calendar |
getDate() |
Calendar |
getDateInUtc() |
BigDecimal |
getDecimal() |
double |
getDouble() |
long |
getLong() |
InputStream |
getStream() |
String |
getString() |
int |
getType() |
String |
toString() |
protected PropertyDefinition.StringValue(String value)
public boolean getBoolean() throws ValueFormatException, RepositoryException
getBoolean
in interface Value
ValueFormatException
RepositoryException
Value.getBoolean()
public Calendar getDate() throws ValueFormatException, RepositoryException
getDate
in interface Value
ValueFormatException
RepositoryException
Value.getDate()
public Calendar getDateInUtc() throws ValueFormatException, RepositoryException
public BigDecimal getDecimal() throws ValueFormatException, RepositoryException
getDecimal
in interface Value
ValueFormatException
RepositoryException
Value.getDecimal()
public double getDouble() throws ValueFormatException, RepositoryException
getDouble
in interface Value
ValueFormatException
RepositoryException
Value.getDouble()
public long getLong() throws ValueFormatException, RepositoryException
getLong
in interface Value
ValueFormatException
RepositoryException
Value.getLong()
public InputStream getStream() throws RepositoryException
getStream
in interface Value
RepositoryException
Value.getStream()
public String getString()
getString
in interface Value
Value.getString()
public int getType()
getType
in interface Value
Value.getType()
public Binary getBinary()
getBinary
in interface Value
Value.getBinary()
public String toString()
toString
in class Object
Object.toString()
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.