public static enum StructuralEntityFilter.LeafFilterType extends Enum<StructuralEntityFilter.LeafFilterType>
StructuralEntityFilter.LeafFilter representation as functional Enum class.| Enum Constant and Description |
|---|
AMINO_ACID |
ATOM_CONTAINER |
NUCLEOTIDE |
| Modifier and Type | Method and Description |
|---|---|
Predicate<LeafSubstructure> |
getFilter() |
static StructuralEntityFilter.LeafFilterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StructuralEntityFilter.LeafFilterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StructuralEntityFilter.LeafFilterType AMINO_ACID
public static final StructuralEntityFilter.LeafFilterType ATOM_CONTAINER
public static final StructuralEntityFilter.LeafFilterType NUCLEOTIDE
public static StructuralEntityFilter.LeafFilterType[] values()
for (StructuralEntityFilter.LeafFilterType c : StructuralEntityFilter.LeafFilterType.values()) System.out.println(c);
public static StructuralEntityFilter.LeafFilterType 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 Predicate<LeafSubstructure> getFilter()
Copyright © 2018. All rights reserved.