Uses of Class
de.tuberlin.cs.cis.ocl.example.eval.Sex

Packages that use Sex
de.tuberlin.cs.cis.ocl.example.eval Provides classes implementing an example instance level of a model.  
 

Uses of Sex in de.tuberlin.cs.cis.ocl.example.eval
 

Fields in de.tuberlin.cs.cis.ocl.example.eval declared as Sex
 Sex Person.sex
          Represents the attribute sex
static Sex Sex.male
          Represents the enumeration male
static Sex Sex.female
          Represents the enumeration female
 

Constructors in de.tuberlin.cs.cis.ocl.example.eval with parameters of type Sex
Person(java.lang.Boolean isMarried, java.lang.Boolean isUnemployed, java.util.Date birthDate, java.lang.Integer age, java.lang.String firstName, java.lang.String lastName, Sex sex)
          Constructs a Person.