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