proton-j/src/main/java/org/apache/qpid/proton/codec/messaging/SourceType.java [74:94]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            _impl = impl;
        }

        public Object get(final int index)
        {

            switch(index)
            {
                case 0:
                    return _impl.getAddress();
                case 1:
                    return _impl.getDurable().getValue();
                case 2:
                    return _impl.getExpiryPolicy().getPolicy();
                case 3:
                    return _impl.getTimeout();
                case 4:
                    return _impl.getDynamic();
                case 5:
                    return _impl.getDynamicNodeProperties();
                case 6:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



proton-j/src/main/java/org/apache/qpid/proton/codec/messaging/TargetType.java [73:93]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            _impl = impl;
        }

        public Object get(final int index)
        {

            switch(index)
            {
                case 0:
                    return _impl.getAddress();
                case 1:
                    return _impl.getDurable().getValue();
                case 2:
                    return _impl.getExpiryPolicy().getPolicy();
                case 3:
                    return _impl.getTimeout();
                case 4:
                    return _impl.getDynamic();
                case 5:
                    return _impl.getDynamicNodeProperties();
                case 6:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



