public enum AlivcBusiness extends java.lang.Enum<AlivcBusiness>
Modifier and Type | Method and Description |
---|---|
static AlivcBusiness |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlivcBusiness[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlivcBusiness kUnknown
public static final AlivcBusiness kRTC
public static final AlivcBusiness kRTS
public static final AlivcBusiness kSVIDEO
public static AlivcBusiness[] values()
for (AlivcBusiness c : AlivcBusiness.values()) System.out.println(c);
public static AlivcBusiness 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