protected ParserDataBase(String propertyName, com.sun.corba.se.spi.orb.Operation operation, String fieldName, Object defaultValue, Object testValue)
this.propertyName = propertyName ;
this.operation = operation ;
this.fieldName = fieldName ;
this.defaultValue = defaultValue ;
this.testValue = testValue ;
|