public static enum AbaqusReader.ElemType extends java.lang.Enum<AbaqusReader.ElemType>
Enum Constant and Description |
---|
C3D10 |
C3D20 |
C3D4 |
C3D6 |
C3D8 |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
int |
getNumNodes() |
java.lang.String |
getString() |
static AbaqusReader.ElemType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbaqusReader.ElemType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbaqusReader.ElemType C3D4
public static final AbaqusReader.ElemType C3D6
public static final AbaqusReader.ElemType C3D8
public static final AbaqusReader.ElemType C3D10
public static final AbaqusReader.ElemType C3D20
public static final AbaqusReader.ElemType UNKNOWN
public static AbaqusReader.ElemType[] values()
for (AbaqusReader.ElemType c : AbaqusReader.ElemType.values()) System.out.println(c);
public static AbaqusReader.ElemType 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 int getNumNodes()
public java.lang.String getString()