com.arunta.base.settings
Class BeepType
java.lang.Object
com.arunta.base.settings.BeepType
- All Implemented Interfaces:
- java.io.Serializable
public class BeepType
- extends java.lang.Object
- implements java.io.Serializable
Enum for beep tone levels.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
types
public static final BeepType[] types
OFF
public static final BeepType OFF
LOW
public static final BeepType LOW
MID
public static final BeepType MID
HIGH
public static final BeepType HIGH
BeepType
public BeepType()
lookup
public static BeepType lookup(BeepType t)
lookup
public static BeepType lookup(java.lang.String t)
lookup
public static BeepType lookup(int type)
getNames
public static java.lang.String[] getNames()
getType
public int getType()
setType
public void setType(int type)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright ©, 2005-2012 Prolancer Pty Ltd, Sydney Australia.