" (C) 2011-2012 by Holger Hans Peter Freyther All Rights Reserved This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . " Object subclass: UAConstants [ " " UAConstants class >> clsMgmt [ ^ 0 ] UAConstants class >> clsTrans [ ^ 1 ] UAConstants class >> clsSSMN [ ^ 2 ] UAConstants class >> clsASPSM [ ^ 3 ] UAConstants class >> clsASPTM [ ^ 4 ] UAConstants class >> clsQPTM [ ^ 5 ] UAConstants class >> clsMAUP [ ^ 6 ] UAConstants class >> clsSUA_LESS [ ^ 7 ] UAConstants class >> clsSUA_CONN [ ^ 8 ] UAConstants class >> clsRKM [ ^ 9 ] UAConstants class >> clasIIM [ ^ 10 ] UAConstants class >> maupReserved [ ^ 0 ] UAConstants class >> maupData [ ^ 1 ] UAConstants class >> maupEstReq [ ^ 2 ] UAConstants class >> maupEstCon [ ^ 3 ] UAConstants class >> maupRelReq [ ^ 4 ] UAConstants class >> maupRelCon [ ^ 5 ] UAConstants class >> maupRelInd [ ^ 6 ] UAConstants class >> maupStateReq [ ^ 7 ] UAConstants class >> maupStateCon [ ^ 8 ] UAConstants class >> maupStateInd [ ^ 9 ] UAConstants class >> maupDRetrReq [ ^ 10 ] UAConstants class >> maupDRetrCon [ ^ 11 ] UAConstants class >> maupDRetrInd [ ^ 12 ] UAConstants class >> maupDRetrCompl [ ^ 13 ] UAConstants class >> maupCongInd [ ^ 14 ] UAConstants class >> maupDataAck [ ^ 15 ] UAConstants class >> aspsmReserved [ ^ 0 ] UAConstants class >> aspsmUp [ ^ 1 ] UAConstants class >> aspsmDown [ ^ 2 ] UAConstants class >> aspsmBeat [ ^ 3 ] UAConstants class >> aspsmUpAck [ ^ 4 ] UAConstants class >> aspsmDownAck [ ^ 5 ] UAConstants class >> aspsmBeatAck [ ^ 6 ] UAConstants class >> asptmReserved [ ^ 0 ] UAConstants class >> asptmActiv [ ^ 1 ] UAConstants class >> asptmInactiv [ ^ 2 ] UAConstants class >> asptmActivAck [ ^ 3 ] UAConstants class >> asptmInactivAck [ ^ 4 ] UAConstants class >> mgmtError [ ^ 0 ] UAConstants class >> mgmtNtfy [ ^ 1 ] UAConstants class >> iimReserved [ ^ 0 ] UAConstants class >> iimRegReq [ ^ 1 ] UAConstants class >> iimRegRsp [ ^ 2 ] UAConstants class >> iimDeregReq [ ^ 3 ] UAConstants class >> iimDeregResp [ ^ 4 ] UAConstants class >> tagReserved [ ^ 0 ] UAConstants class >> tagIdentInt [ ^ 1 ] UAConstants class >> tagUnused1 [ ^ 2 ] UAConstants class >> tagIdentText [ ^ 3 ] UAConstants class >> tagInfo [ ^ 4 ] UAConstants class >> tagUnused2 [ ^ 5 ] UAConstants class >> tagUnused3 [ ^ 6 ] UAConstants class >> tagDiagInf [ ^ 7 ] UAConstants class >> tagIdentRange [ ^ 8 ] UAConstants class >> tagBeatData [ ^ 9 ] UAConstants class >> tagUnused4 [ ^ 10 ] UAConstants class >> tagTraMode [ ^ 11 ] UAConstants class >> tagErrCode [ ^ 12 ] UAConstants class >> tagStatus [ ^ 13 ] UAConstants class >> tagUnused5 [ ^ 14 ] UAConstants class >> tagUnused6 [ ^ 15 ] UAConstants class >> tagUnused7 [ ^ 16 ] UAConstants class >> tagAspIdent [ ^ 17 ] UAConstants class >> tagUnused8 [ ^ 18 ] UAConstants class >> tagCorrelId [ ^ 19 ] ]