public static enum MASKBuilderEdge.MaskEdgeOperator.EdgesOptions extends Enum<MASKBuilderEdge.MaskEdgeOperator.EdgesOptions>
| Modifier and Type | Method and Description |
|---|---|
static MASKBuilderEdge.MaskEdgeOperator.EdgesOptions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MASKBuilderEdge.MaskEdgeOperator.EdgesOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MASKBuilderEdge.MaskEdgeOperator.EdgesOptions SOURCE
public static final MASKBuilderEdge.MaskEdgeOperator.EdgesOptions TARGET
public static final MASKBuilderEdge.MaskEdgeOperator.EdgesOptions ANY
public static final MASKBuilderEdge.MaskEdgeOperator.EdgesOptions BOTH
public static MASKBuilderEdge.MaskEdgeOperator.EdgesOptions[] values()
for (MASKBuilderEdge.MaskEdgeOperator.EdgesOptions c : MASKBuilderEdge.MaskEdgeOperator.EdgesOptions.values()) System.out.println(c);
public static MASKBuilderEdge.MaskEdgeOperator.EdgesOptions 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 © 2007–2017. All rights reserved.