public static enum PinAssemblyAnalysisView.Symmetry extends java.lang.Enum<PinAssemblyAnalysisView.Symmetry>
Enum Constant and Description |
---|
FULL
A full view of the assembly.
|
SEXTANT
A view of one-quarter of the assembly.
|
Modifier and Type | Field and Description |
---|---|
java.lang.String |
name
The user-friendly name of the symmetry type.
|
int |
sections
The number of possible sections for this symmetry.
|
Modifier and Type | Method and Description |
---|---|
static PinAssemblyAnalysisView.Symmetry |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PinAssemblyAnalysisView.Symmetry[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PinAssemblyAnalysisView.Symmetry FULL
public static final PinAssemblyAnalysisView.Symmetry SEXTANT
public final java.lang.String name
public final int sections
public static PinAssemblyAnalysisView.Symmetry[] values()
for (PinAssemblyAnalysisView.Symmetry c : PinAssemblyAnalysisView.Symmetry.values()) System.out.println(c);
public static PinAssemblyAnalysisView.Symmetry 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