com.moyosoft.connector.ms.excel
Class SubtototalLocationType

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

public class SubtototalLocationType
extends AbstractType

See Also:
Serialized Form

Field Summary
static SubtototalLocationType AT_BOTTOM
           
static SubtototalLocationType AT_TOP
           
 
Method Summary
static SubtototalLocationType getById(int pId)
           
 boolean isAtBottom()
           
 boolean isAtTop()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AT_TOP

public static final SubtototalLocationType AT_TOP

AT_BOTTOM

public static final SubtototalLocationType AT_BOTTOM
Method Detail

getById

public static SubtototalLocationType getById(int pId)

isAtTop

public boolean isAtTop()

isAtBottom

public boolean isAtBottom()