public static enum PluginFeature.Rank extends Enum<PluginFeature.Rank> implements NativeEnum<PluginFeature.Rank>
| Enum Constant and Description |
|---|
MARGINAL
Unlikely to be chosen.
|
NONE
Will be chosen last or not at all.
|
PRIMARY
Will be chosen first.
|
SECONDARY
Likely to be chosen.
|
| Modifier and Type | Method and Description |
|---|---|
int |
intValue() |
static PluginFeature.Rank |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PluginFeature.Rank[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOffromInt, fromIntpublic static final PluginFeature.Rank NONE
public static final PluginFeature.Rank MARGINAL
public static final PluginFeature.Rank SECONDARY
public static final PluginFeature.Rank PRIMARY
public static PluginFeature.Rank[] values()
for (PluginFeature.Rank c : PluginFeature.Rank.values()) System.out.println(c);
public static PluginFeature.Rank 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 int intValue()
intValue in interface NativeEnum<PluginFeature.Rank>Copyright © 2021 gstreamer-java. All rights reserved.