public static enum BVFeatureQuery.InsideQuery extends java.lang.Enum<BVFeatureQuery.InsideQuery>
| Modifier and Type | Method and Description | 
|---|---|
| static BVFeatureQuery.InsideQuery | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static BVFeatureQuery.InsideQuery[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final BVFeatureQuery.InsideQuery INSIDE
public static final BVFeatureQuery.InsideQuery ON
public static final BVFeatureQuery.InsideQuery OUTSIDE
public static final BVFeatureQuery.InsideQuery UNSURE
public static BVFeatureQuery.InsideQuery[] values()
for (BVFeatureQuery.InsideQuery c : BVFeatureQuery.InsideQuery.values()) System.out.println(c);
public static BVFeatureQuery.InsideQuery valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null