com.moyosoft.connector.ms.excel
Class DataSeriesDate

java.lang.Object
  |
  +--AbstractType
        |
        +--com.moyosoft.connector.ms.excel.DataSeriesDate

public class DataSeriesDate
extends AbstractType

See Also:
Serialized Form

Field Summary
static DataSeriesDate DAY
           
static DataSeriesDate MONTH
           
static DataSeriesDate WEEKDAY
           
static DataSeriesDate YEAR
           
 
Method Summary
static DataSeriesDate getById(int pId)
           
 boolean isDay()
           
 boolean isMonth()
           
 boolean isWeekday()
           
 boolean isYear()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DAY

public static final DataSeriesDate DAY

MONTH

public static final DataSeriesDate MONTH

WEEKDAY

public static final DataSeriesDate WEEKDAY

YEAR

public static final DataSeriesDate YEAR
Method Detail

getById

public static DataSeriesDate getById(int pId)

isDay

public boolean isDay()

isMonth

public boolean isMonth()

isWeekday

public boolean isWeekday()

isYear

public boolean isYear()