public static enum Modem.ModemCapabilities extends Enum<Modem.ModemCapabilities>
Modifier and Type | Method and Description |
---|---|
static Modem.ModemCapabilities |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Modem.ModemCapabilities[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Modem.ModemCapabilities Data
public static final Modem.ModemCapabilities Voice
public static final Modem.ModemCapabilities Fax
public static final Modem.ModemCapabilities Gsm
public static Modem.ModemCapabilities[] values()
for (Modem.ModemCapabilities c : Modem.ModemCapabilities.values()) System.out.println(c);
public static Modem.ModemCapabilities valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2009–2015 atmodem4j. All rights reserved.