Modifier and Type | Field and Description |
---|---|
static int |
TYPE |
DEFAULT_ENCODING, stream, type
Modifier | Constructor and Description |
---|---|
protected |
PathValue(String path)
Protected constructor creating a
PathValue object
without validating the path. |
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() |
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 PathValue |
valueOf(String s)
Returns a new
PathValue initialized to the value
represented by the specified String . |
public static final int TYPE
protected PathValue(String path)
PathValue
object
without validating the path.path
- the path this PathValue
should representvalueOf(java.lang.String)
public static PathValue valueOf(String s) throws ValueFormatException
PathValue
initialized to the value
represented by the specified String
.
The specified String
must be a valid absolute or relative
path.
s
- the string to be parsed.PathValue
representing the
the specified value.ValueFormatException
- If the String
is not a valid
absolute or relative path.public boolean equals(Object obj)
The result is true
if and only if the argument is not
null
and is a PathValue
object that
represents the same value as this object.
public int hashCode()
hashCode
in class Object
Object.hashCode()
protected String getInternalString() throws ValueFormatException
getInternalString
in class BaseValue
ValueFormatException
- 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 Value
getDate
in class BaseValue
ValueFormatException
IllegalStateException
RepositoryException
public long getLong() throws ValueFormatException, IllegalStateException, RepositoryException
getLong
in interface Value
getLong
in class BaseValue
ValueFormatException
IllegalStateException
RepositoryException
public boolean getBoolean() throws ValueFormatException, IllegalStateException, RepositoryException
getBoolean
in interface Value
getBoolean
in class BaseValue
ValueFormatException
IllegalStateException
RepositoryException
public double getDouble() throws ValueFormatException, IllegalStateException, RepositoryException
getDouble
in interface Value
getDouble
in class BaseValue
ValueFormatException
IllegalStateException
RepositoryException
public BigDecimal getDecimal() throws ValueFormatException, IllegalStateException, RepositoryException
getDecimal
in interface Value
getDecimal
in class BaseValue
ValueFormatException
IllegalStateException
RepositoryException
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.