|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Immutable public interface Reference
A representation of a reference to another node. Node references may not necessarily resolve to an existing node.
Method Summary | |
---|---|
String |
getString()
Get the string form of the Reference. |
String |
getString(TextEncoder encoder)
Get the encoded string form of the Reference, using the supplied encoder to encode characters in the reference. |
boolean |
isWeak()
Determine whether this reference is considered a weak reference. |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
String getString()
default encoder
is used to encode characters in the
reference.
getString(TextEncoder)
String getString(TextEncoder encoder)
encoder
- the encoder to use, or null if the default encoder
should be used
getString()
boolean isWeak()
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |