Exemplo n.º 1
0
 public TestType1() {
     this.variable_instanceField = "1";
     this.check_existenceField = ExistenceEnumeration.at_least_one_exists;
     this.state_operatorField = OperatorEnumeration.AND;
 }
Exemplo n.º 2
0
 public TestType() {
     this.check_existenceField = ExistenceEnumeration.at_least_one_exists;
     this.state_operatorField = OperatorEnumeration.AND;
     this.deprecatedField = false;
 }
Exemplo n.º 3
0
 public TestType()
 {
     this.variable_instanceField = "1";
     this.check_existenceField   = ExistenceEnumeration.at_least_one_exists;
     this.state_operatorField    = OperatorEnumeration.AND;
 }