Class MarshallValueImpl

    • Field Detail

      • resultBoolean

        private boolean resultBoolean
      • resultByte

        private byte resultByte
      • resultShort

        private short resultShort
      • resultChar

        private char resultChar
      • resultInt

        private int resultInt
      • resultLong

        private long resultLong
      • resultFloat

        private float resultFloat
      • resultDouble

        private double resultDouble
      • resultReference

        private java.lang.Object resultReference
      • resultType

        private int resultType
    • Constructor Detail

      • MarshallValueImpl

        private MarshallValueImpl()
      • MarshallValueImpl

        public MarshallValueImpl​(boolean aBool)
      • MarshallValueImpl

        public MarshallValueImpl​(byte aByte)
      • MarshallValueImpl

        public MarshallValueImpl​(char aChar)
      • MarshallValueImpl

        public MarshallValueImpl​(double aDouble)
      • MarshallValueImpl

        public MarshallValueImpl​(float aFloat)
      • MarshallValueImpl

        public MarshallValueImpl​(int aInt)
      • MarshallValueImpl

        public MarshallValueImpl​(long aLong)
      • MarshallValueImpl

        public MarshallValueImpl​(short aShort)
      • MarshallValueImpl

        public MarshallValueImpl​(java.lang.Object aReference)