com.moyosoft.connector.ms.excel
Class EnableSelection

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

public class EnableSelection
extends AbstractType

See Also:
Serialized Form

Field Summary
static EnableSelection NO_RESTRICTIONS
           
static EnableSelection NO_SELECTION
           
static EnableSelection UNLOCKED_CELLS
           
 
Method Summary
static EnableSelection getById(int pId)
           
 boolean isNoRestrictions()
           
 boolean isNoSelection()
           
 boolean isUnlockedCells()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_RESTRICTIONS

public static final EnableSelection NO_RESTRICTIONS

UNLOCKED_CELLS

public static final EnableSelection UNLOCKED_CELLS

NO_SELECTION

public static final EnableSelection NO_SELECTION
Method Detail

getById

public static EnableSelection getById(int pId)

isNoRestrictions

public boolean isNoRestrictions()

isUnlockedCells

public boolean isUnlockedCells()

isNoSelection

public boolean isNoSelection()