Class Table.AggExclude

java.lang.Object
org.openforis.collect.mondrian.Table.AggExclude
Enclosing class:
Table

public static class Table.AggExclude extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="pattern" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="ignorecase" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • pattern

      protected String pattern
    • name

      protected String name
    • ignorecase

      protected Boolean ignorecase
  • Constructor Details

    • AggExclude

      public AggExclude()
  • Method Details

    • getPattern

      public String getPattern()
      Gets the value of the pattern property.
      Returns:
      possible object is String
    • setPattern

      public void setPattern(String value)
      Sets the value of the pattern property.
      Parameters:
      value - allowed object is String
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • isIgnorecase

      public boolean isIgnorecase()
      Gets the value of the ignorecase property.
      Returns:
      possible object is Boolean
    • setIgnorecase

      public void setIgnorecase(Boolean value)
      Sets the value of the ignorecase property.
      Parameters:
      value - allowed object is Boolean