public enum libvlc_log_level_e extends Enum<libvlc_log_level_e>
Modifier and Type | Method and Description |
---|---|
int |
intValue() |
static libvlc_log_level_e |
level(int intValue) |
static libvlc_log_level_e |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static libvlc_log_level_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final libvlc_log_level_e DEBUG
public static final libvlc_log_level_e NOTICE
public static final libvlc_log_level_e WARNING
public static final libvlc_log_level_e ERROR
public static libvlc_log_level_e[] values()
for (libvlc_log_level_e c : libvlc_log_level_e.values()) System.out.println(c);
public static libvlc_log_level_e 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 static libvlc_log_level_e level(int intValue)
public int intValue()
Copyright © 2009–2014 Caprica Software Limited. All rights reserved.