|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<MonitorType>
org.ka2ddo.yaac.healthmonitor.MonitorType
public enum MonitorType
This enumeration specifies the different types of monitoring that should be done for a remote station.
| Enum Constant Summary | |
|---|---|
APRS
Station should be beaconing on APRS. |
|
DIGIPEATER
Station should be digipeating other stations. |
|
IGATE
Station should be I-gating other stations to or from the APRS-IS. |
|
OPENTRAC
Station should be beaconing on OpenTRAC. |
|
WEATHER
Station should be reporting weather information. |
|
WINLINK
Station should be providing WinLink2000 packet service. |
|
| Method Summary | |
|---|---|
static MonitorType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MonitorType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final MonitorType APRS
public static final MonitorType OPENTRAC
public static final MonitorType WINLINK
public static final MonitorType DIGIPEATER
public static final MonitorType IGATE
public static final MonitorType WEATHER
| Method Detail |
|---|
public static MonitorType[] values()
for (MonitorType c : MonitorType.values()) System.out.println(c);
public static MonitorType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||