jaroslav@911: /** jaroslav@911: * Back 2 Browser Bytecode Translator jaroslav@1787: * Copyright (C) 2012-2015 Jaroslav Tulach jaroslav@911: * jaroslav@911: * This program is free software: you can redistribute it and/or modify jaroslav@911: * it under the terms of the GNU General Public License as published by jaroslav@911: * the Free Software Foundation, version 2 of the License. jaroslav@911: * jaroslav@911: * This program is distributed in the hope that it will be useful, jaroslav@911: * but WITHOUT ANY WARRANTY; without even the implied warranty of jaroslav@911: * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the jaroslav@911: * GNU General Public License for more details. jaroslav@911: * jaroslav@911: * You should have received a copy of the GNU General Public License jaroslav@911: * along with this program. Look for COPYING file in the top folder. jaroslav@911: * If not, see http://opensource.org/licenses/GPL-2.0. jaroslav@911: */ jaroslav@911: package org.apidesign.bck2brwsr.htmlpage; jaroslav@911: jaroslav@911: /** jaroslav@911: * jaroslav@911: * @author Jaroslav Tulach jaroslav@911: */ jaroslav@911: public enum Sex { jaroslav@911: MALE, FEMALE; jaroslav@911: }