Class SumoPrimitive

  • All Implemented Interfaces:
    SumoObject

    public class SumoPrimitive
    extends java.lang.Object
    implements SumoObject
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String type  
      java.lang.Object val  
    • Constructor Summary

      Constructors 
      Constructor Description
      SumoPrimitive​(java.lang.Object o)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • val

        public java.lang.Object val
      • type

        public java.lang.String type
    • Constructor Detail

      • SumoPrimitive

        public SumoPrimitive​(java.lang.Object o)