public class DynamicValueImpl extends Object implements javax.jcr.Value
| Modifier and Type | Field and Description |
|---|---|
protected ExtendedPropertyDefinition |
declaringPropertyDefinition |
protected int |
type |
| Constructor and Description |
|---|
DynamicValueImpl(String fn,
List<String> params,
int type,
boolean isConstraint,
ExtendedPropertyDefinition declaringPropertyDefinition) |
| Modifier and Type | Method and Description |
|---|---|
javax.jcr.Value[] |
expand() |
javax.jcr.Value[] |
expand(Locale locale) |
javax.jcr.Binary |
getBinary() |
boolean |
getBoolean() |
Calendar |
getDate() |
BigDecimal |
getDecimal() |
double |
getDouble() |
String |
getFn() |
long |
getLong() |
List<String> |
getParams() |
InputStream |
getStream() |
String |
getString() |
int |
getType() |
protected ExtendedPropertyDefinition declaringPropertyDefinition
protected int type
public DynamicValueImpl(String fn, List<String> params, int type, boolean isConstraint, ExtendedPropertyDefinition declaringPropertyDefinition)
public String getString() throws javax.jcr.ValueFormatException, IllegalStateException, javax.jcr.RepositoryException
getString in interface javax.jcr.Valuejavax.jcr.ValueFormatExceptionIllegalStateExceptionjavax.jcr.RepositoryExceptionpublic InputStream getStream() throws IllegalStateException, javax.jcr.RepositoryException
getStream in interface javax.jcr.ValueIllegalStateExceptionjavax.jcr.RepositoryExceptionpublic long getLong()
throws IllegalStateException,
javax.jcr.RepositoryException
getLong in interface javax.jcr.ValueIllegalStateExceptionjavax.jcr.RepositoryExceptionpublic double getDouble()
throws javax.jcr.ValueFormatException,
IllegalStateException,
javax.jcr.RepositoryException
getDouble in interface javax.jcr.Valuejavax.jcr.ValueFormatExceptionIllegalStateExceptionjavax.jcr.RepositoryExceptionpublic Calendar getDate() throws javax.jcr.ValueFormatException, IllegalStateException, javax.jcr.RepositoryException
getDate in interface javax.jcr.Valuejavax.jcr.ValueFormatExceptionIllegalStateExceptionjavax.jcr.RepositoryExceptionpublic boolean getBoolean()
throws javax.jcr.ValueFormatException,
IllegalStateException,
javax.jcr.RepositoryException
getBoolean in interface javax.jcr.Valuejavax.jcr.ValueFormatExceptionIllegalStateExceptionjavax.jcr.RepositoryExceptionpublic javax.jcr.Binary getBinary()
throws javax.jcr.RepositoryException
getBinary in interface javax.jcr.Valuejavax.jcr.RepositoryExceptionpublic BigDecimal getDecimal() throws javax.jcr.ValueFormatException, javax.jcr.RepositoryException
getDecimal in interface javax.jcr.Valuejavax.jcr.ValueFormatExceptionjavax.jcr.RepositoryExceptionpublic int getType()
getType in interface javax.jcr.Valuepublic String getFn()
public javax.jcr.Value[] expand()
public javax.jcr.Value[] expand(Locale locale)
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.