org.jmol.constant
Enum EnumVdw
java.lang.Object
java.lang.Enum<EnumVdw>
org.jmol.constant.EnumVdw
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<EnumVdw>
public enum EnumVdw
- extends java.lang.Enum<EnumVdw>
Field Summary |
int |
pt
|
private java.lang.String |
type
|
private java.lang.String |
type2
|
Method Summary |
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. |
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
JMOL
public static final EnumVdw JMOL
BABEL
public static final EnumVdw BABEL
RASMOL
public static final EnumVdw RASMOL
BABEL21
public static final EnumVdw BABEL21
AUTO_JMOL
public static final EnumVdw AUTO_JMOL
AUTO_BABEL
public static final EnumVdw AUTO_BABEL
AUTO_RASMOL
public static final EnumVdw AUTO_RASMOL
AUTO
public static final EnumVdw AUTO
USER
public static final EnumVdw USER
ADPMAX
public static final EnumVdw ADPMAX
ADPMIN
public static final EnumVdw ADPMIN
HYDRO
public static final EnumVdw HYDRO
IONIC
public static final EnumVdw IONIC
TEMP
public static final EnumVdw TEMP
NOJMOL
public static final EnumVdw NOJMOL
NADA
public static final EnumVdw NADA
pt
public int pt
type
private java.lang.String type
type2
private java.lang.String type2
values
public static EnumVdw[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (EnumVdw c : EnumVdw.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static EnumVdw valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (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:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
getVdwLabel
public java.lang.String getVdwLabel()
getVdwType
public static EnumVdw getVdwType(java.lang.String label)
getVdwType2
public static EnumVdw getVdwType2(java.lang.String label)