public static enum URIDecodeBin.AutoplugSelectResult extends Enum<URIDecodeBin.AutoplugSelectResult> implements NativeEnum<URIDecodeBin.AutoplugSelectResult>
| Modifier and Type | Method and Description |
|---|---|
int |
intValue()
Gets the integer value of the enum.
|
static URIDecodeBin.AutoplugSelectResult |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static URIDecodeBin.AutoplugSelectResult[] |
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 URIDecodeBin.AutoplugSelectResult TRY
public static final URIDecodeBin.AutoplugSelectResult EXPOSE
public static final URIDecodeBin.AutoplugSelectResult SKIP
public static URIDecodeBin.AutoplugSelectResult[] values()
for (URIDecodeBin.AutoplugSelectResult c : URIDecodeBin.AutoplugSelectResult.values()) System.out.println(c);
public static URIDecodeBin.AutoplugSelectResult 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<URIDecodeBin.AutoplugSelectResult>Copyright © 2021 gstreamer-java. All rights reserved.