|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.modeshape.web.jcr.rest.client.domain.PropertyDefinition.StringValue
protected class PropertyDefinition.StringValue
Constructor Summary | |
---|---|
protected |
PropertyDefinition.StringValue(String value)
|
Method Summary | |
---|---|
Binary |
getBinary()
|
boolean |
getBoolean()
|
Calendar |
getDate()
|
Calendar |
getDateInUtc()
|
BigDecimal |
getDecimal()
|
double |
getDouble()
|
long |
getLong()
|
InputStream |
getStream()
|
String |
getString()
|
int |
getType()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected PropertyDefinition.StringValue(String value)
Method Detail |
---|
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
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()
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |