public class LiteralValue extends Literal implements Literal
Query.bindValue(String, Value)
,
Serialized FormConstructor and Description |
---|
LiteralValue(Value value) |
LiteralValue(Value value,
Object rawValue) |
Modifier and Type | Method and Description |
---|---|
Value |
getLiteralValue() |
static Object |
rawValue(Value value) |
public LiteralValue(Value value) throws RepositoryException
value
- the JCR valueRepositoryException
- if there is a problem obtaining the raw value from the supplied JCR value.public static Object rawValue(Value value) throws RepositoryException
RepositoryException
public Value getLiteralValue()
getLiteralValue
in interface Literal
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.