Package mondrian.xmla

Class XmlaUtil.Wildcard

  • Enclosing class:
    XmlaUtil

    public static class XmlaUtil.Wildcard
    extends java.lang.Object
    Wrapper which indicates that a restriction is to be treated as a SQL-style wildcard match.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String pattern  
    • Constructor Summary

      Constructors 
      Constructor Description
      Wildcard​(java.lang.String pattern)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • pattern

        public final java.lang.String pattern
    • Constructor Detail

      • Wildcard

        public Wildcard​(java.lang.String pattern)