| Modifier and Type | Field and Description |
|---|---|
static int |
TYPE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Indicates whether some other object is "equal to" this one.
|
boolean |
getBoolean() |
Calendar |
getDate() |
BigDecimal |
getDecimal() |
double |
getDouble() |
long |
getLong() |
int |
hashCode()
Returns zero to satisfy the Object equals/hashCode contract.
|
static NameValue |
valueOf(String s)
Returns a new
NameValue initialized to the value
represented by the specified String. |
public static final int TYPE
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 boolean equals(Object obj)
The result is true if and only if the argument is not
null and is a NameValue object that
represents the same value as this object.
public int hashCode()
hashCode in class ObjectObject.hashCode()public Calendar getDate() throws ValueFormatException, IllegalStateException, RepositoryException
getDate in interface ValuegetDate in class BaseValueValueFormatExceptionIllegalStateExceptionRepositoryExceptionpublic long getLong()
throws ValueFormatException,
IllegalStateException,
RepositoryException
getLong in interface ValuegetLong in class BaseValueValueFormatExceptionIllegalStateExceptionRepositoryExceptionpublic boolean getBoolean()
throws ValueFormatException,
IllegalStateException,
RepositoryException
getBoolean in interface ValuegetBoolean in class BaseValueValueFormatExceptionIllegalStateExceptionRepositoryExceptionpublic double getDouble()
throws ValueFormatException,
IllegalStateException,
RepositoryException
getDouble in interface ValuegetDouble in class BaseValueValueFormatExceptionIllegalStateExceptionRepositoryExceptionpublic BigDecimal getDecimal() throws ValueFormatException, IllegalStateException, RepositoryException
getDecimal in class BaseValueValueFormatExceptionIllegalStateExceptionRepositoryExceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved