|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.rmi.value.BaseNonStreamValue
org.apache.jackrabbit.rmi.value.NameValue
public class NameValue
The NameValue class implements the committed value state for
Name values as a part of the State design pattern (Gof) used by this package.
| Constructor Summary | |
|---|---|
protected |
NameValue(String value)
Creates an instance for the given name value. |
| Method Summary | |
|---|---|
String |
getString()
Returns the string representation of the Name value. |
int |
getType()
Returns PropertyType.NAME. |
protected static String |
toName(String value)
Checks whether the string value adheres to the name syntax. |
| Methods inherited from class org.apache.jackrabbit.rmi.value.BaseNonStreamValue |
|---|
getBoolean, getDate, getDouble, getLong, getStream, getValueFormatException |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.jcr.Value |
|---|
getBoolean, getDate, getDouble, getLong, getStream |
| Constructor Detail |
|---|
protected NameValue(String value)
throws ValueFormatException
value.
ValueFormatException| Method Detail |
|---|
protected static String toName(String value)
throws ValueFormatException
value - The string to check for synthactical compliance with a
name value.
ValueFormatException - if the string value is not a
synthactically correct name.public int getType()
PropertyType.NAME.
getType in interface Value
public String getString()
throws ValueFormatException,
RepositoryException
getString in interface ValueValueFormatException
RepositoryException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||