public static enum KexFaxSender.FaxClass extends java.lang.Enum<KexFaxSender.FaxClass>
Enum Constant and Description |
---|
FAX_CLASS_2
Fax-Klasse 2.
|
FAX_CLASS_2_0
Fax-Klasse 2.0.
|
Modifier and Type | Method and Description |
---|---|
static KexFaxSender.FaxClass |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static KexFaxSender.FaxClass[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KexFaxSender.FaxClass FAX_CLASS_2
public static final KexFaxSender.FaxClass FAX_CLASS_2_0
public static KexFaxSender.FaxClass[] values()
for (KexFaxSender.FaxClass c : KexFaxSender.FaxClass.values()) System.out.println(c);
public static KexFaxSender.FaxClass 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 namejava.lang.NullPointerException
- if the argument is null