Modifier and Type | Field and Description |
---|---|
static int |
TYPE |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one.
|
boolean |
getBoolean() |
java.util.Calendar |
getDate() |
java.math.BigDecimal |
getDecimal() |
double |
getDouble() |
long |
getLong() |
int |
hashCode()
Returns zero to satisfy the Object equals/hashCode contract.
|
static NameValue |
valueOf(java.lang.String s)
Returns a new
NameValue initialized to the value
represented by the specified String . |
public static final int TYPE
public static NameValue valueOf(java.lang.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(java.lang.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.
equals
in class java.lang.Object
obj
- 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 java.lang.Object
Object.hashCode()
public java.util.Calendar getDate() throws ValueFormatException, java.lang.IllegalStateException, RepositoryException
getDate
in interface Value
getDate
in class BaseValue
ValueFormatException
java.lang.IllegalStateException
RepositoryException
public long getLong() throws ValueFormatException, java.lang.IllegalStateException, RepositoryException
getLong
in interface Value
getLong
in class BaseValue
ValueFormatException
java.lang.IllegalStateException
RepositoryException
public boolean getBoolean() throws ValueFormatException, java.lang.IllegalStateException, RepositoryException
getBoolean
in interface Value
getBoolean
in class BaseValue
ValueFormatException
java.lang.IllegalStateException
RepositoryException
public double getDouble() throws ValueFormatException, java.lang.IllegalStateException, RepositoryException
getDouble
in interface Value
getDouble
in class BaseValue
ValueFormatException
java.lang.IllegalStateException
RepositoryException
public java.math.BigDecimal getDecimal() throws ValueFormatException, java.lang.IllegalStateException, RepositoryException
getDecimal
in interface Value
getDecimal
in class BaseValue
ValueFormatException
java.lang.IllegalStateException
RepositoryException
Copyright © 2010 - 2020 Adobe. All Rights Reserved