Class MamaOpaque


  • public class MamaOpaque
    extends java.lang.Object
    Mama assignable Opaque data type.
    • Constructor Summary

      Constructors 
      Constructor Description
      MamaOpaque()  
      MamaOpaque​(byte[] value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getValue()  
      void setValue​(byte[] value)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MamaOpaque

        public MamaOpaque()
      • MamaOpaque

        public MamaOpaque​(byte[] value)
    • Method Detail

      • getValue

        public byte[] getValue()
      • setValue

        public void setValue​(byte[] value)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object