//generated Class Geschlecht
// Do not edit outside marked user editing areas (UEA)
//------------------------------------------>UEAlm&mpxmz|mie&j}dd{`a|&Om{k`dmk`|2(ZK[(dgo
//RCS-generated log goes here. Do not edit this UEA
//$Log: Geschlecht.js,v $
//Revision 1.1 2003-04-16 14:59:12+02 bh
//<>
//
//Revision 1.0 2001-06-06 09:47:31+02 bh
//Initial revision
//
//<------------------------------------------UEAlm&mpxmz|mie&j}dd{`a|&Om{k`dmk`|2(ZK[(dgo
/*
* .<!>
*<P>
*@author $Author: bh $.<!>
*@version $Revision: 1.1 $
*/
//static enumeration constants
var Geschlecht_er = 0;
var Geschlecht_sie = 1;
var Geschlecht_es = 2;
//static attributes
//designed operations
//constructor
function Geschlecht(thatValue) {
//methods
//associations
//attributes
//enumeration attribute
this.theValue = thatValue;
//------------------------------------------>UEAlm&mpxmz|mie&j}dd{`a|&Om{k`dmk`|WKgf{|z}k|gz
//replace this line with your own operation code
//<------------------------------------------UEAlm&mpxmz|mie&j}dd{`a|&Om{k`dmk`|WKgf{|z}k|gz
}