public enum ESheerAxis extends Enum<ESheerAxis>
| Modifier and Type | Method and Description |
|---|---|
static ESheerAxis |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ESheerAxis[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ESheerAxis None
public static final ESheerAxis YX
public static final ESheerAxis ZX
public static final ESheerAxis ZY
public static ESheerAxis[] values()
for (ESheerAxis c : ESheerAxis.values()) System.out.println(c);
public static ESheerAxis 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 © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.