public static enum IGroup.Type extends Enum<IGroup.Type>
Enum Constant and Description |
---|
ATOM |
BOND |
D_GROUP |
G_GROUP |
L_GROUP |
RING3 |
RING4 |
RING5 |
RING6 |
Modifier and Type | Method and Description |
---|---|
static IGroup.Type |
fromString(String s) |
static IGroup.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IGroup.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IGroup.Type ATOM
public static final IGroup.Type BOND
public static final IGroup.Type D_GROUP
public static final IGroup.Type G_GROUP
public static final IGroup.Type L_GROUP
public static final IGroup.Type RING3
public static final IGroup.Type RING4
public static final IGroup.Type RING5
public static final IGroup.Type RING6
public static IGroup.Type[] values()
for (IGroup.Type c : IGroup.Type.values()) System.out.println(c);
public static IGroup.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 nullpublic static IGroup.Type fromString(String s)
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.