public abstract class AbstractQValue extends java.lang.Object implements QValue, java.io.Serializable
AbstractQValue
...EMPTY_ARRAY
Modifier and Type | Method and Description |
---|---|
void |
discard()
Frees temporarily allocated resources such as temporary file, buffer, etc.
|
boolean |
equals(java.lang.Object obj)
Default implementation of the equals method.
|
Binary |
getBinary()
This implementation creates a binary instance that uses
QValue.getStream() and skipping on the given stream as its underlying
mechanism to provide random access defined on Binary . |
boolean |
getBoolean()
Returns a
boolean representation of this value. |
java.util.Calendar |
getCalendar()
Returns a
Calendar representation of this value. |
java.math.BigDecimal |
getDecimal()
Returns a
BigDecimal representation of this value. |
double |
getDouble()
Returns a
double representation of this value. |
long |
getLength()
Returns the length of the internal value or -1 if the implementation
cannot determine the length at this time.
NOTE: for PropertyType#NAME and PropertyType#PATH the
length of the internal value must not be used for indicating the length
of a property such as retrieved by calling Property#getLength()
and Property#getLengths() . |
long |
getLong()
Returns a
long representation of this value. |
Name |
getName()
Returns a
Name representation of this value. |
Path |
getPath()
Returns a
Path representation of this value. |
java.lang.String |
getString()
Returns a
String representation of this QValue
object. |
int |
getType()
Returns the
PropertyType of this QValue object. |
java.net.URI |
getURI()
Returns an
URI representation of this value. |
int |
hashCode()
Default calculation of the hashCode.
|
java.lang.String |
toString()
Returns the string representation of this internal value.
|
public int getType()
QValue
PropertyType
of this QValue
object.
It may be either of the value property types defined by the JSR 283:
PropertyType#STRING
PropertyType#BINARY
PropertyType#BOOLEAN
PropertyType#DATE
PropertyType#DECIMAL
PropertyType#DOUBLE
PropertyType#LONG
PropertyType#NAME
PropertyType#PATH
PropertyType#REFERENCE
PropertyType#URI
PropertyType#WEAKREFERENCE
getType
in interface QValue
PropertyType
of this QValue
object.QValue.getType()
public long getLength() throws RepositoryException
QValue
PropertyType#NAME
and PropertyType#PATH
the
length of the internal value must not be used for indicating the length
of a property such as retrieved by calling Property#getLength()
and Property#getLengths()
.getLength
in interface QValue
QValue
object.RepositoryException
QValue.getLength()
public Name getName() throws RepositoryException
QValue
Name
representation of this value.getName
in interface QValue
Name
representation of this value.RepositoryException
- if an error occurs.QValue.getName()
public java.util.Calendar getCalendar() throws RepositoryException
QValue
Calendar
representation of this value.getCalendar
in interface QValue
Calendar
representation of this value.RepositoryException
- if an error occurs.QValue.getCalendar()
public java.math.BigDecimal getDecimal() throws RepositoryException
QValue
BigDecimal
representation of this value.getDecimal
in interface QValue
BigDecimal
representation of this value.RepositoryException
- if an error occurs.QValue.getDecimal()
public java.net.URI getURI() throws RepositoryException
QValue
URI
representation of this value.getURI
in interface QValue
URI
representation of this value.RepositoryException
- if an error occurs.QValue.getURI()
public double getDouble() throws RepositoryException
QValue
double
representation of this value.getDouble
in interface QValue
double
representation of this value.RepositoryException
- if an error occurs.QValue.getDouble()
public long getLong() throws RepositoryException
QValue
long
representation of this value.getLong
in interface QValue
long
representation of this value.RepositoryException
- if an error occurs.QValue.getLong()
public boolean getBoolean() throws RepositoryException
QValue
boolean
representation of this value.getBoolean
in interface QValue
boolean
representation of this value.RepositoryException
QValue.getBoolean()
public Path getPath() throws RepositoryException
QValue
Path
representation of this value.getPath
in interface QValue
Path
representation of this value.RepositoryException
- if an error occurs.QValue.getPath()
public java.lang.String getString() throws RepositoryException
QValue
String
representation of this QValue
object.getString
in interface QValue
String
representation of this QValue
object.RepositoryException
QValue.getPath()
public Binary getBinary() throws RepositoryException
QValue.getStream()
and skipping on the given stream as its underlying
mechanism to provide random access defined on Binary
.getBinary
in interface QValue
Binary
representation of this value.RepositoryException
QValue.getBinary()
public void discard()
QValue
discard
in interface QValue
QValue.discard()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- Object.equals(Object)
public int hashCode()
hashCode
in class java.lang.Object
Object.hashCode()
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"