public static enum GroupContributionModel.Type extends Enum<GroupContributionModel.Type>
Enum Constant and Description |
---|
ATOM_LOCAL_PROPERTY |
ATOM_PAIR_LOCAL_PROPERTY |
ATOMIC |
BOND_BASED |
BOND_LOCAL_PROPERTY |
CORRECTION_FACTORS_ONLY |
CUSTOM_GROUPS |
SECOND_ORDER |
Modifier and Type | Method and Description |
---|---|
static GroupContributionModel.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupContributionModel.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GroupContributionModel.Type ATOMIC
public static final GroupContributionModel.Type BOND_BASED
public static final GroupContributionModel.Type SECOND_ORDER
public static final GroupContributionModel.Type CUSTOM_GROUPS
public static final GroupContributionModel.Type CORRECTION_FACTORS_ONLY
public static final GroupContributionModel.Type ATOM_LOCAL_PROPERTY
public static final GroupContributionModel.Type BOND_LOCAL_PROPERTY
public static final GroupContributionModel.Type ATOM_PAIR_LOCAL_PROPERTY
public static GroupContributionModel.Type[] values()
for (GroupContributionModel.Type c : GroupContributionModel.Type.values()) System.out.println(c);
public static GroupContributionModel.Type valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.