public class ValueDBObject
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ValueDBObject |
FALSE |
static ValueDBObject |
TRUE |
Constructor and Description |
---|
ValueDBObject(Session session,
int type,
java.lang.Object obj) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
Binary |
getBinary() |
boolean |
getBoolean() |
java.util.Calendar |
getDate() |
java.math.BigDecimal |
getDecimal() |
double |
getDouble() |
java.lang.String |
getInternalString() |
long |
getLong() |
java.io.InputStream |
getStream() |
java.lang.String |
getString() |
int |
getType() |
int |
hashCode() |
static java.lang.String |
makeShortName(Session session,
java.lang.String longName) |
java.lang.String |
toString() |
public static final ValueDBObject TRUE
public static final ValueDBObject FALSE
public ValueDBObject(Session session, int type, java.lang.Object obj) throws ValueFormatException
ValueFormatException
public static java.lang.String makeShortName(Session session, java.lang.String longName) throws NamespaceException, RepositoryException, NotFoundException
NamespaceException
RepositoryException
NotFoundException
@CheckReturnValue @Nonnull public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getString() throws ValueFormatException, java.lang.IllegalStateException, RepositoryException
ValueFormatException
java.lang.IllegalStateException
RepositoryException
public java.lang.String getInternalString()
public java.io.InputStream getStream() throws RepositoryException
RepositoryException
public Binary getBinary() throws RepositoryException
RepositoryException
public long getLong() throws ValueFormatException, RepositoryException
ValueFormatException
RepositoryException
public double getDouble() throws ValueFormatException, RepositoryException
ValueFormatException
RepositoryException
public java.math.BigDecimal getDecimal() throws ValueFormatException, RepositoryException
ValueFormatException
RepositoryException
public java.util.Calendar getDate() throws ValueFormatException, RepositoryException
ValueFormatException
RepositoryException
public boolean getBoolean() throws ValueFormatException, RepositoryException
ValueFormatException
RepositoryException
public int getType()
@CheckReturnValue public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
@CheckReturnValue public int hashCode()
hashCode
in class java.lang.Object
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.