public static enum IRhino3dm.Surface.ISO extends java.lang.Enum<IRhino3dm.Surface.ISO>
Enum Constant and Description |
---|
EIso |
IsoCount |
NIso |
NotIso |
SIso |
WIso |
XIso |
YIso |
Modifier and Type | Method and Description |
---|---|
static IRhino3dm.Surface.ISO |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IRhino3dm.Surface.ISO[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IRhino3dm.Surface.ISO NotIso
public static final IRhino3dm.Surface.ISO XIso
public static final IRhino3dm.Surface.ISO YIso
public static final IRhino3dm.Surface.ISO WIso
public static final IRhino3dm.Surface.ISO SIso
public static final IRhino3dm.Surface.ISO EIso
public static final IRhino3dm.Surface.ISO NIso
public static final IRhino3dm.Surface.ISO IsoCount
public static IRhino3dm.Surface.ISO[] values()
for (IRhino3dm.Surface.ISO c : IRhino3dm.Surface.ISO.values()) System.out.println(c);
public static IRhino3dm.Surface.ISO 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