Uses of Class
com.nhncorp.neptune.client.Cell.Value

Packages that use Cell.Value
com.nhncorp.neptune.client Neptune Client API, Shell, Scanner, Utility 
com.nhncorp.neptune.tablet Table, Tablet 관련 Value Object 
 

Uses of Cell.Value in com.nhncorp.neptune.client
 

Methods in com.nhncorp.neptune.client that return Cell.Value
 Cell.Value ScanCell.getCellValue()
           
 Cell.Value Cell.getValue()
          최근 버전의 Value를 반환한다.
 Cell.Value Cell.getValue(int index)
          여러 버전의 값이 있는 경우 index를 이용하여 Value 값을 가져온다.
 

Methods in com.nhncorp.neptune.client that return types with arguments of type Cell.Value
 java.util.List<Cell.Value> Cell.getValues()
           
 

Methods in com.nhncorp.neptune.client with parameters of type Cell.Value
 void Cell.addValue(Cell.Value value)
          값을 추가한다.
 int Cell.Value.compareTo(Cell.Value o)
           
 void ScanCell.setCellValue(Cell.Value value)
           
 

Method parameters in com.nhncorp.neptune.client with type arguments of type Cell.Value
 void Cell.setValues(java.util.List<Cell.Value> values)
           
 

Uses of Cell.Value in com.nhncorp.neptune.tablet
 

Methods in com.nhncorp.neptune.tablet that return Cell.Value
 Cell.Value ColumnValue.copyToCellValue()