public static enum P1546ver4Input.System extends Enum<P1546ver4Input.System>
Enum Constant and Description |
---|
Broadcasting_analogue |
Broadcasting_digital |
Mobile |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static P1546ver4Input.System |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static P1546ver4Input.System[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final P1546ver4Input.System Mobile
public static final P1546ver4Input.System Broadcasting_digital
public static final P1546ver4Input.System Broadcasting_analogue
public static P1546ver4Input.System[] values()
for (P1546ver4Input.System c : P1546ver4Input.System.values()) System.out.println(c);
public static P1546ver4Input.System 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 nullpublic String toString()
toString
in class Enum<P1546ver4Input.System>
Copyright © 2018. All rights reserved.