public static enum HydrostatModel.Hemisphere extends java.lang.Enum<HydrostatModel.Hemisphere>
Modifier and Type | Method and Description |
---|---|
boolean |
check(Point p) |
Vector3d |
getDir() |
java.lang.String |
getName() |
Vector3d |
getTransDir() |
static HydrostatModel.Hemisphere |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HydrostatModel.Hemisphere[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HydrostatModel.Hemisphere R
public static final HydrostatModel.Hemisphere L
public static final HydrostatModel.Hemisphere S
public static final HydrostatModel.Hemisphere I
public static HydrostatModel.Hemisphere[] values()
for (HydrostatModel.Hemisphere c : HydrostatModel.Hemisphere.values()) System.out.println(c);
public static HydrostatModel.Hemisphere 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 nullpublic boolean check(Point p)
public Vector3d getDir()
public Vector3d getTransDir()
public java.lang.String getName()