com.moyosoft.connector.ms.excel
Class Platform

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

public class Platform
extends AbstractType

See Also:
Serialized Form

Field Summary
static Platform MACINTOSH
           
static Platform MSDOS
           
static Platform WINDOWS
           
 
Method Summary
static Platform getById(int pId)
           
 boolean isMacintosh()
           
 boolean isMSDOS()
           
 boolean isWindows()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MACINTOSH

public static final Platform MACINTOSH

MSDOS

public static final Platform MSDOS

WINDOWS

public static final Platform WINDOWS
Method Detail

getById

public static Platform getById(int pId)

isMacintosh

public boolean isMacintosh()

isMSDOS

public boolean isMSDOS()

isWindows

public boolean isWindows()