Package mondrian.xmla

Class Rowset.Row

    • Constructor Summary

      Constructors 
      Constructor Description
      Row()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object get​(java.lang.String name)
      Retrieves the value of a field with a given name, or null if the field's value is not defined.
      (package private) void set​(java.lang.String name, java.lang.Object value)  
      • Methods inherited from class java.lang.Object

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

      • Row

        Row()
    • Method Detail

      • set

        void set​(java.lang.String name,
                 java.lang.Object value)
      • get

        public java.lang.Object get​(java.lang.String name)
        Retrieves the value of a field with a given name, or null if the field's value is not defined.