com.jeamy.jascom.wrap
Class ShutterState
java.lang.Object
com.jeamy.jascom.wrap.ShutterState
public final class ShutterState
- extends java.lang.Object
Title: JASCOM: Ascom for Java
Description: Java to Ascom Wrapper
Copyright: Copyright (c) 2004
Company: EOAUI
- Version:
- ALPHA 2
- Author:
- Jeamy Lee
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
enumb
public final int enumb
shutterOpen
public static final ShutterState shutterOpen
shutterClosed
public static final ShutterState shutterClosed
shutterOpening
public static final ShutterState shutterOpening
shutterClosing
public static final ShutterState shutterClosing
shutterError
public static final ShutterState shutterError
getShutterState
public static ShutterState getShutterState(int type)
throws JascomException
- Throws:
JascomException
first
public static ShutterState first()
last
public static ShutterState last()
prev
public ShutterState prev()
next
public ShutterState next()
size
public static int size()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
elements
public static java.util.Enumeration elements()