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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MACINTOSH
public static final Platform MACINTOSH
MSDOS
public static final Platform MSDOS
WINDOWS
public static final Platform WINDOWS
getById
public static Platform getById(int pId)
isMacintosh
public boolean isMacintosh()
isMSDOS
public boolean isMSDOS()
isWindows
public boolean isWindows()