com.moyosoft.connector.ms.excel
Class ReferenceType

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

public class ReferenceType
extends AbstractType

See Also:
Serialized Form

Field Summary
static ReferenceType ABS_ROW_REL_COLUMN
           
static ReferenceType ABSOLUTE
           
static ReferenceType REL_ROW_ABS_COLUMN
           
static ReferenceType RELATIVE
           
 
Method Summary
static ReferenceType getById(int pId)
           
 boolean isAbsolute()
           
 boolean isAbsRowRelColumn()
           
 boolean isRelative()
           
 boolean isRelRowAbsColumn()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ABSOLUTE

public static final ReferenceType ABSOLUTE

ABS_ROW_REL_COLUMN

public static final ReferenceType ABS_ROW_REL_COLUMN

RELATIVE

public static final ReferenceType RELATIVE

REL_ROW_ABS_COLUMN

public static final ReferenceType REL_ROW_ABS_COLUMN
Method Detail

getById

public static ReferenceType getById(int pId)

isAbsolute

public boolean isAbsolute()

isAbsRowRelColumn

public boolean isAbsRowRelColumn()

isRelative

public boolean isRelative()

isRelRowAbsColumn

public boolean isRelRowAbsColumn()