Enum Class MoMeshVizDataMapping.CellFilterType
java.lang.Object
java.lang.Enum<MoMeshVizDataMapping.CellFilterType>
com.openinventor.meshvizxlm.mapping.MoMeshVizDataMapping.CellFilterType
- All Implemented Interfaces:
Serializable
,Comparable<MoMeshVizDataMapping.CellFilterType>
,Constable
- Enclosing class:
MoMeshVizDataMapping
public static enum MoMeshVizDataMapping.CellFilterType
extends Enum<MoMeshVizDataMapping.CellFilterType>
Type of cell filter.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionCell Filter for unstructured meshesCell Filter for structured surface meshesCell Filter for structured volume meshesCell Filter not defined -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static MoMeshVizDataMapping.CellFilterType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
CELL_FILTER_I
Cell Filter for unstructured meshes -
CELL_FILTER_IJ
Cell Filter for structured surface meshes -
CELL_FILTER_IJK
Cell Filter for structured volume meshes -
UNDEFINED_CELL_FILTER
Cell Filter not defined
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-