public class JDOCollection extends Object implements JDOValueIF
Modifier and Type | Field and Description |
---|---|
protected Collection |
coll |
protected Class |
eltype |
COLLECTION, FIELD, FUNCTION, NATIVE_VALUE, NULL, OBJECT, PARAMETER, PRIMITIVE, STRING, VARIABLE
Constructor and Description |
---|
JDOCollection(Collection coll,
Class eltype) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Class |
getElementType() |
int |
getType()
INTERNAL: Returns the type of JDO value indicated by one of the
constants in the
JDOValueIF interface. |
Collection |
getValue() |
Class |
getValueType() |
int |
hashCode() |
String |
toString() |
void |
visit(JDOVisitorIF visitor)
INTERNAL: Allows the value to be visited.
|
protected Collection coll
protected Class eltype
public JDOCollection(Collection coll, Class eltype)
public int getType()
JDOValueIF
JDOValueIF
interface.getType
in interface JDOValueIF
public Class getValueType()
public Class getElementType()
public Collection getValue()
public void visit(JDOVisitorIF visitor)
JDOValueIF
visit
in interface JDOValueIF