001package org.biopax.paxtools.model.level3;
002
003
004public enum StructureFormatType
005{
006        CML,
007        SMILES,
008        InChI
009}