com.moyosoft.connector.ms.excel
Class SizeRepresents

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

public class SizeRepresents
extends AbstractType

See Also:
Serialized Form

Field Summary
static SizeRepresents SIZE_IS_AREA
           
static SizeRepresents SIZE_IS_WIDTH
           
 
Method Summary
static SizeRepresents getById(int pId)
           
 boolean isSizeIsArea()
           
 boolean isSizeIsWidth()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SIZE_IS_WIDTH

public static final SizeRepresents SIZE_IS_WIDTH

SIZE_IS_AREA

public static final SizeRepresents SIZE_IS_AREA
Method Detail

getById

public static SizeRepresents getById(int pId)

isSizeIsWidth

public boolean isSizeIsWidth()

isSizeIsArea

public boolean isSizeIsArea()