public static enum SketchHolder.Func extends Enum<SketchHolder.Func>
| Modifier and Type | Method and Description |
|---|---|
static SketchHolder.Func |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SketchHolder.Func[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SketchHolder.Func UNION
public static final SketchHolder.Func INTERSECT
public static final SketchHolder.Func NOT
public static SketchHolder.Func[] values()
for (SketchHolder.Func c : SketchHolder.Func.values()) System.out.println(c);
public static SketchHolder.Func 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 nullCopyright © 2011–2017. All rights reserved.