org.zkoss.zss.model.impl
Class BlankStep

java.lang.Object
  extended by org.zkoss.zss.model.impl.BlankStep
All Implemented Interfaces:
Step

public class BlankStep
extends java.lang.Object
implements Step

Copy blank to destination

Since:
2.1.0
Author:
henrichen

Field Summary
static Step instance
           
 
Fields inherited from interface org.zkoss.zss.model.impl.Step
BLANK, DATE, FULL_MONTH, FULL_WEEK, NUMBER, SHORT_MONTH, SHORT_WEEK, STRING, TIME, US_FULL_MONTH, US_FULL_WEEK, US_SHORT_MONTH, US_SHORT_WEEK
 
Constructor Summary
BlankStep()
           
 
Method Summary
 int getDataType()
          Returns the data type of this Step.
 java.lang.Object next(org.zkoss.poi.ss.usermodel.Cell cell)
          Return next value of this step sequence per the source cell.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

public static final Step instance
Constructor Detail

BlankStep

public BlankStep()
Method Detail

next

public java.lang.Object next(org.zkoss.poi.ss.usermodel.Cell cell)
Description copied from interface: Step
Return next value of this step sequence per the source cell.

Specified by:
next in interface Step
Parameters:
cell - the source cell for filling
Returns:
next value of this step per the source cell

getDataType

public int getDataType()
Description copied from interface: Step
Returns the data type of this Step.

Specified by:
getDataType in interface Step
Returns:
the data type of this Step.


Copyright © 2005-2010 Potix Corporation. All Rights Reserved. SourceForge.net Logo