com.jeamy.jascom.wrap
Class DriveRates

java.lang.Object
  extended by com.jeamy.jascom.wrap.DriveRates

public final class DriveRates
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

Field Summary
static DriveRates driveKing
           
static DriveRates driveLunar
           
static DriveRates driveSidereal
           
static DriveRates driveSolar
           
 int enumb
           
 
Method Summary
static java.util.Enumeration elements()
           
static DriveRates first()
           
static DriveRates getDriveRates(int type)
           
static DriveRates last()
           
 DriveRates next()
           
 DriveRates prev()
           
static int size()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

enumb

public final int enumb

driveSidereal

public static final DriveRates driveSidereal

driveLunar

public static final DriveRates driveLunar

driveSolar

public static final DriveRates driveSolar

driveKing

public static final DriveRates driveKing
Method Detail

getDriveRates

public static DriveRates getDriveRates(int type)
                                throws JascomException
Throws:
JascomException

first

public static DriveRates first()

last

public static DriveRates last()

prev

public DriveRates prev()

next

public DriveRates 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()