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