public enum RestrainType extends Enum<RestrainType>
Enum Constant and Description |
---|
ECF_RESTRAIN_DEFAULT |
ECF_RESTRAIN_USER |
Modifier and Type | Method and Description |
---|---|
static RestrainType |
swigToEnum(int swigValue) |
int |
swigValue() |
static RestrainType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestrainType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RestrainType ECF_RESTRAIN_DEFAULT
public static final RestrainType ECF_RESTRAIN_USER
public static RestrainType[] values()
for (RestrainType c : RestrainType.values()) System.out.println(c);
public static RestrainType 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 RestrainType swigToEnum(int swigValue)
Copyright © 2015–2022 FLIMLib. All rights reserved.