Пример #1
0
 public TestType1() {
     this.variable_instanceField = "1";
     this.check_existenceField = ExistenceEnumeration.at_least_one_exists;
     this.state_operatorField = OperatorEnumeration.AND;
 }
Пример #2
0
 public TestType() {
     this.check_existenceField = ExistenceEnumeration.at_least_one_exists;
     this.state_operatorField = OperatorEnumeration.AND;
     this.deprecatedField = false;
 }
Пример #3
0
 public TestType()
 {
     this.variable_instanceField = "1";
     this.check_existenceField   = ExistenceEnumeration.at_least_one_exists;
     this.state_operatorField    = OperatorEnumeration.AND;
 }