public static enum StructureIO.StructureFiletype extends Enum<StructureIO.StructureFiletype>
Modifier and Type | Method and Description |
---|---|
List<String> |
getExtensions() |
static StructureIO.StructureFiletype |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StructureIO.StructureFiletype[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StructureIO.StructureFiletype PDB
public static final StructureIO.StructureFiletype CIF
public static final StructureIO.StructureFiletype UNKNOWN
public static StructureIO.StructureFiletype[] values()
for (StructureIO.StructureFiletype c : StructureIO.StructureFiletype.values()) System.out.println(c);
public static StructureIO.StructureFiletype 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 List<String> getExtensions()
Copyright © 2000–2019 BioJava. All rights reserved.