com.moyosoft.connector.ms.excel
Class CategoryType

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

public class CategoryType
extends AbstractType

See Also:
Serialized Form

Field Summary
static CategoryType AUTOMATIC_SCALE
           
static CategoryType CATEGORY_SCALE
           
static CategoryType TIME_SCALE
           
 
Method Summary
static CategoryType getById(int pId)
           
 boolean isAutomaticScale()
           
 boolean isCategoryScale()
           
 boolean isTimeScale()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CATEGORY_SCALE

public static final CategoryType CATEGORY_SCALE

TIME_SCALE

public static final CategoryType TIME_SCALE

AUTOMATIC_SCALE

public static final CategoryType AUTOMATIC_SCALE
Method Detail

getById

public static CategoryType getById(int pId)

isCategoryScale

public boolean isCategoryScale()

isTimeScale

public boolean isTimeScale()

isAutomaticScale

public boolean isAutomaticScale()