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