org.modeshape.web.jcr.rest.client.domain
Class PropertyDefinition.StringValue
java.lang.Object
   org.modeshape.web.jcr.rest.client.domain.PropertyDefinition.StringValue
org.modeshape.web.jcr.rest.client.domain.PropertyDefinition.StringValue
- All Implemented Interfaces: 
- Value
- Enclosing class:
- PropertyDefinition
- protected class PropertyDefinition.StringValue 
- extends Object- implements Value
 
 
 
 
PropertyDefinition.StringValue
protected PropertyDefinition.StringValue(String value)
getBoolean
public boolean getBoolean()
                   throws ValueFormatException,
                          RepositoryException
- 
 
- 
- Specified by:
- getBooleanin interface- Value
 
- 
- Throws:
- ValueFormatException
- RepositoryException
- See Also:
- Value.getBoolean()
 
getDate
public Calendar getDate()
                 throws ValueFormatException,
                        RepositoryException
- 
 
- 
- Specified by:
- getDatein interface- Value
 
- 
- Throws:
- ValueFormatException
- RepositoryException
- See Also:
- Value.getDate()
 
getDateInUtc
public Calendar getDateInUtc()
                      throws ValueFormatException,
                             RepositoryException
- 
 
- 
- Throws:
- ValueFormatException
- RepositoryException
 
getDecimal
public BigDecimal getDecimal()
                      throws ValueFormatException,
                             RepositoryException
- 
 
- 
- Specified by:
- getDecimalin interface- Value
 
- 
- Throws:
- ValueFormatException
- RepositoryException
- See Also:
- Value.getDecimal()
 
getDouble
public double getDouble()
                 throws ValueFormatException,
                        RepositoryException
- 
 
- 
- Specified by:
- getDoublein interface- Value
 
- 
- Throws:
- ValueFormatException
- RepositoryException
- See Also:
- Value.getDouble()
 
getLong
public long getLong()
             throws ValueFormatException,
                    RepositoryException
- 
 
- 
- Specified by:
- getLongin interface- Value
 
- 
- Throws:
- ValueFormatException
- RepositoryException
- See Also:
- Value.getLong()
 
getStream
public InputStream getStream()
                      throws RepositoryException
- 
 
- 
- Specified by:
- getStreamin interface- Value
 
- 
- Throws:
- RepositoryException
- See Also:
- Value.getStream()
 
getString
public String getString()
- 
 
- 
- Specified by:
- getStringin interface- Value
 
- 
- See Also:
- Value.getString()
 
getType
public int getType()
- 
 
- 
- Specified by:
- getTypein interface- Value
 
- 
- See Also:
- Value.getType()
 
getBinary
public Binary getBinary()
- 
 
- 
- Specified by:
- getBinaryin interface- Value
 
- 
- See Also:
- Value.getBinary()
 
toString
public String toString()
- 
 
- 
- Overrides:
- toStringin class- Object
 
- 
- See Also:
- Object.toString()
 
Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.