public enum DNBMHIVolumeBoundaryOperator extends java.lang.Enum<DNBMHIVolumeBoundaryOperator>
Enum Constant and Description |
---|
DNBMHIVolumeBoundaryOperator_FULLY_IN |
DNBMHIVolumeBoundaryOperator_FULLY_OUT |
DNBMHIVolumeBoundaryOperator_PARTLY_IN |
DNBMHIVolumeBoundaryOperator_PARTLY_OUT |
Modifier and Type | Method and Description |
---|---|
static DNBMHIVolumeBoundaryOperator |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DNBMHIVolumeBoundaryOperator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DNBMHIVolumeBoundaryOperator DNBMHIVolumeBoundaryOperator_FULLY_IN
public static final DNBMHIVolumeBoundaryOperator DNBMHIVolumeBoundaryOperator_FULLY_OUT
public static final DNBMHIVolumeBoundaryOperator DNBMHIVolumeBoundaryOperator_PARTLY_IN
public static final DNBMHIVolumeBoundaryOperator DNBMHIVolumeBoundaryOperator_PARTLY_OUT
public static DNBMHIVolumeBoundaryOperator[] values()
for (DNBMHIVolumeBoundaryOperator c : DNBMHIVolumeBoundaryOperator.values()) System.out.println(c);
public static DNBMHIVolumeBoundaryOperator 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