public enum EnumVdw extends java.lang.Enum<EnumVdw>
Enum Constant | Description |
---|---|
ADPMAX |
|
ADPMIN |
|
AUTO |
|
AUTO_BABEL |
|
AUTO_JMOL |
|
AUTO_RASMOL |
|
BABEL |
|
BABEL21 |
|
HYDRO |
|
IONIC |
|
JMOL |
|
NADA |
|
NOJMOL |
|
RASMOL |
|
TEMP |
|
USER |
Modifier and Type | Field | Description |
---|---|---|
int |
pt |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getVdwLabel() |
|
static EnumVdw |
getVdwType(java.lang.String label) |
|
static EnumVdw |
getVdwType2(java.lang.String label) |
|
static EnumVdw |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static EnumVdw[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumVdw JMOL
public static final EnumVdw BABEL
public static final EnumVdw RASMOL
public static final EnumVdw BABEL21
public static final EnumVdw AUTO_JMOL
public static final EnumVdw AUTO_BABEL
public static final EnumVdw AUTO_RASMOL
public static final EnumVdw AUTO
public static final EnumVdw USER
public static final EnumVdw ADPMAX
public static final EnumVdw ADPMIN
public static final EnumVdw HYDRO
public static final EnumVdw IONIC
public static final EnumVdw TEMP
public static final EnumVdw NOJMOL
public static final EnumVdw NADA
public static EnumVdw[] values()
for (EnumVdw c : EnumVdw.values()) System.out.println(c);
public static EnumVdw 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 java.lang.String getVdwLabel()
public static EnumVdw getVdwType(java.lang.String label)
public static EnumVdw getVdwType2(java.lang.String label)