9publicconstIMMUTABLE = 'IM';// User can define field value only on create
10publicconstREADONLY = 'R-O';// attributes R-O + IM look like REQ_ADD for the update operation. But then the value of this field will not change for update
11publicconstREQUIRED = 'REQ';// attribute is the sum of attributes REQ_ADD + REQ_UPD