|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.knime.core.data.container.CellClassInfo
final class CellClassInfo
Pair of cell class and possibly a DataType that represents the collection element type (only if cell class is a collection).
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
(package private) static CellClassInfo |
get(Class<? extends DataCell> cellClass,
DataType collectionElementType)
Same as get(DataCell) , only with resolved arguments. |
(package private) static CellClassInfo |
get(DataCell cell)
Access method to retrieve the CellClassInfo for a given DataCell. |
(package private) Class<? extends DataCell> |
getCellClass()
|
(package private) DataType |
getCollectionElementType()
|
(package private) DataType |
getDataType()
Get the DataType of the underlying cell. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
static CellClassInfo get(DataCell cell)
cell
- The argument cell
static CellClassInfo get(Class<? extends DataCell> cellClass, DataType collectionElementType)
get(DataCell)
, only with resolved arguments.
cellClass
- Class of DataCellcollectionElementType
- DataType of collection elements if the cell
class is an instance of CollectionDataValue
.
DataType getCollectionElementType()
Class<? extends DataCell> getCellClass()
DataType getDataType()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |