public static enum AtomEnvironentMatrix._param extends Enum<AtomEnvironentMatrix._param>
Enum Constant and Description |
---|
atomTypeFactory |
atomTypeMatcher |
maxLevel |
Modifier and Type | Method and Description |
---|---|
abstract Class |
getType() |
static AtomEnvironentMatrix._param |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AtomEnvironentMatrix._param[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AtomEnvironentMatrix._param maxLevel
public static final AtomEnvironentMatrix._param atomTypeFactory
public static final AtomEnvironentMatrix._param atomTypeMatcher
public static AtomEnvironentMatrix._param[] values()
for (AtomEnvironentMatrix._param c : AtomEnvironentMatrix._param.values()) System.out.println(c);
public static AtomEnvironentMatrix._param 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 abstract Class getType()
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.