public static enum IIUPACComponent.CompType extends Enum<IIUPACComponent.CompType>
Enum Constant and Description |
---|
ACYCLIC_COMPONENT |
CHAIN |
CYCLE |
CYCLIC_COMPONENT |
FUNCTIONAL_GROUP |
Modifier and Type | Method and Description |
---|---|
static IIUPACComponent.CompType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IIUPACComponent.CompType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IIUPACComponent.CompType CHAIN
public static final IIUPACComponent.CompType CYCLE
public static final IIUPACComponent.CompType FUNCTIONAL_GROUP
public static final IIUPACComponent.CompType ACYCLIC_COMPONENT
public static final IIUPACComponent.CompType CYCLIC_COMPONENT
public static IIUPACComponent.CompType[] values()
for (IIUPACComponent.CompType c : IIUPACComponent.CompType.values()) System.out.println(c);
public static IIUPACComponent.CompType 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.