
public static enum FilterGraph.AutoConvertFlag extends Enum<FilterGraph.AutoConvertFlag>
| Enum Constant and Description |
|---|
AUTO_CONVERT_ALL
all automatic conversions enabled
|
AUTO_CONVERT_NONE
all automatic conversions disabled
|
| Modifier and Type | Method and Description |
|---|---|
static FilterGraph.AutoConvertFlag |
swigToEnum(int swigValue) |
int |
swigValue() |
static FilterGraph.AutoConvertFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterGraph.AutoConvertFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FilterGraph.AutoConvertFlag AUTO_CONVERT_ALL
public static final FilterGraph.AutoConvertFlag AUTO_CONVERT_NONE
public static FilterGraph.AutoConvertFlag[] values()
for (FilterGraph.AutoConvertFlag c : FilterGraph.AutoConvertFlag.values()) System.out.println(c);
public static FilterGraph.AutoConvertFlag 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 final int swigValue()
public static FilterGraph.AutoConvertFlag swigToEnum(int swigValue)
Copyright © 2018 Humble Software. All rights reserved.