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 ValueValueFormatExceptionRepositoryExceptionValue.getBoolean()public Calendar getDate() throws ValueFormatException, RepositoryException
getDate in interface ValueValueFormatExceptionRepositoryExceptionValue.getDate()public Calendar getDateInUtc() throws ValueFormatException, RepositoryException
public BigDecimal getDecimal() throws ValueFormatException, RepositoryException
getDecimal in interface ValueValueFormatExceptionRepositoryExceptionValue.getDecimal()public double getDouble()
throws ValueFormatException,
RepositoryException
getDouble in interface ValueValueFormatExceptionRepositoryExceptionValue.getDouble()public long getLong()
throws ValueFormatException,
RepositoryException
getLong in interface ValueValueFormatExceptionRepositoryExceptionValue.getLong()public InputStream getStream() throws RepositoryException
getStream in interface ValueRepositoryExceptionValue.getStream()public String getString()
getString in interface ValueValue.getString()public int getType()
getType in interface ValueValue.getType()public Binary getBinary()
getBinary in interface ValueValue.getBinary()public String toString()
toString in class ObjectObject.toString()Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.