|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.priha.core.values.QValue
public abstract class QValue
A QValue is a Value which contains something with an FQN, like a QName or a Path. Because some Values require a mapping to the current namespace, we need to have a way to represent a Session-independent Value.
| Nested Class Summary | |
|---|---|
static interface |
QValue.QValueInner
|
| Constructor Summary | |
|---|---|
QValue()
|
|
| Method Summary | |
|---|---|
abstract java.lang.String |
getString()
|
abstract ValueImpl |
getValue(NamespaceMapper nsm)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QValue()
| Method Detail |
|---|
public abstract ValueImpl getValue(NamespaceMapper nsm)
public abstract java.lang.String getString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||