public class BeepType
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static BeepType |
HIGH |
static BeepType |
LOW |
static BeepType |
MID |
static BeepType |
OFF |
static BeepType[] |
types |
Constructor and Description |
---|
BeepType() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
static java.lang.String[] |
getNames() |
int |
getType() |
static BeepType |
lookup(BeepType t) |
static BeepType |
lookup(int type) |
static BeepType |
lookup(java.lang.String t) |
void |
setType(int type) |
java.lang.String |
toString() |
public static final BeepType[] types
public static final BeepType OFF
public static final BeepType LOW
public static final BeepType MID
public static final BeepType HIGH
public static BeepType lookup(java.lang.String t)
public static BeepType lookup(int type)
public static java.lang.String[] getNames()
public int getType()
public void setType(int type)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright ©, 2005-2012 Prolancer Pty Ltd, Sydney Australia.