Closed AnatolyKalin closed 4 months ago
InstrumentProfile::getField
InstrumentProfile::setField
InstrumentProfile::getNumericField
InstrumentProfile::setNumericField
InstrumentProfile::getDateField
InstrumentProfile::setDateField
InstrumentProfile::getNonEmptyCustomFieldNames
toString
methods can now throw exceptions.
It is required to refactor
InstrumenProfile
to allow custom fields to be retrieved from it.What must be done:
InstrumentProfile
should be represented as aJavaObjectHandle<InstrumentProfile>
.InstrumentProfile
should be referred toIsolatedInstrumentProfile
.