|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.value.BaseValue
org.apache.jackrabbit.value.NameValue
public class NameValue
A NameValue provides an implementation
of the Value interface representing a NAME value
(a string that is namespace-qualified).
| Field Summary | |
|---|---|
static int |
TYPE
|
| Fields inherited from class org.apache.jackrabbit.value.BaseValue |
|---|
DEFAULT_ENCODING, stream, type |
| Constructor Summary | |
|---|---|
protected |
NameValue(String name)
Protected constructor creating a NameValue object
without validating the name. |
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Indicates whether some other object is "equal to" this one. |
boolean |
getBoolean()
|
Calendar |
getDate()
|
double |
getDouble()
|
protected String |
getInternalString()
Returns the internal string representation of this value without modifying the value state. |
long |
getLong()
|
int |
hashCode()
Returns zero to satisfy the Object equals/hashCode contract. |
static NameValue |
valueOf(QName name,
NamespaceResolver resolver)
Returns a new NameValue initialized to the value represented
by the specified QName formatted to a string using the
specified resolver. |
static NameValue |
valueOf(String s)
Returns a new NameValue initialized to the value
represented by the specified String. |
static NameValue |
valueOf(String s,
boolean checkFormat)
Returns a new NameValue initialized to the value represented
by the specified String. |
| Methods inherited from class org.apache.jackrabbit.value.BaseValue |
|---|
getStream, getString, getType, setStreamConsumed, setValueConsumed |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int TYPE
| Constructor Detail |
|---|
protected NameValue(String name)
NameValue object
without validating the name.
name - the name this NameValue should representvalueOf(java.lang.String)| Method Detail |
|---|
public static NameValue valueOf(String s)
throws ValueFormatException
NameValue initialized to the value
represented by the specified String.
The specified String must be a valid JCR name.
s - the string to be parsed.
NameValue representing the
the specified value.
ValueFormatException - If the String is not a valid
name.
public static NameValue valueOf(String s,
boolean checkFormat)
throws ValueFormatException
NameValue initialized to the value represented
by the specified String.
If checkFormat is true specified
String must be a valid JCR name, otherwise the string is
used as is.
s - the string to be parsed.checkFormat - if the format should be checked.
NameValue representing the
specified value.
ValueFormatException - If the format should be checked
and the String is not
a valid name.
public static NameValue valueOf(QName name,
NamespaceResolver resolver)
throws ValueFormatException
NameValue initialized to the value represented
by the specified QName formatted to a string using the
specified resolver.
name - the name to format.resolver - a namespace resolver the resolve the URI in the name to a
prefix.
NameValue representing the the
specified value.
ValueFormatException - If the QName contains a URI
that is not known to resolver.public boolean equals(Object obj)
true if and only if the argument is not
null and is a NameValue object that
represents the same value as this object.
equals in class Objectobj - the reference object with which to compare.
true if this object is the same as the obj
argument; false otherwise.public int hashCode()
hashCode in class ObjectObject.hashCode()
protected String getInternalString()
throws ValueFormatException
getInternalString in class BaseValueValueFormatException - if the value can not be represented as a
String or if the value is
null.
public Calendar getDate()
throws ValueFormatException,
IllegalStateException,
RepositoryException
getDate in interface ValuegetDate in class BaseValueValueFormatException
IllegalStateException
RepositoryException
public long getLong()
throws ValueFormatException,
IllegalStateException,
RepositoryException
getLong in interface ValuegetLong in class BaseValueValueFormatException
IllegalStateException
RepositoryException
public boolean getBoolean()
throws ValueFormatException,
IllegalStateException,
RepositoryException
getBoolean in interface ValuegetBoolean in class BaseValueValueFormatException
IllegalStateException
RepositoryException
public double getDouble()
throws ValueFormatException,
IllegalStateException,
RepositoryException
getDouble in interface ValuegetDouble in class BaseValueValueFormatException
IllegalStateException
RepositoryException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||