public static enum StructureIO.StructureFiletype extends java.lang.Enum<StructureIO.StructureFiletype>
Modifier and Type | Method | Description |
---|---|---|
java.util.List<java.lang.String> |
getExtensions() |
|
static StructureIO.StructureFiletype |
valueOf(java.lang.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(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.util.List<java.lang.String> getExtensions()