public static enum VennDiagramDialog.VennDiagramType extends Enum<VennDiagramDialog.VennDiagramType>
Enum Constant and Description |
---|
FOUR_WAY |
ONE_WAY |
THREE_WAY |
TWO_WAY |
Modifier and Type | Method and Description |
---|---|
static VennDiagramDialog.VennDiagramType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VennDiagramDialog.VennDiagramType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VennDiagramDialog.VennDiagramType ONE_WAY
public static final VennDiagramDialog.VennDiagramType TWO_WAY
public static final VennDiagramDialog.VennDiagramType THREE_WAY
public static final VennDiagramDialog.VennDiagramType FOUR_WAY
public static VennDiagramDialog.VennDiagramType[] values()
for (VennDiagramDialog.VennDiagramType c : VennDiagramDialog.VennDiagramType.values()) System.out.println(c);
public static VennDiagramDialog.VennDiagramType 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 © 2014. All rights reserved.