Package org.openforis.collect.mondrian
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>
-
-
Constructor Summary
Constructors Constructor Description AggExclude()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Gets the value of the name property.StringgetPattern()Gets the value of the pattern property.booleanisIgnorecase()Gets the value of the ignorecase property.voidsetIgnorecase(Boolean value)Sets the value of the ignorecase property.voidsetName(String value)Sets the value of the name property.voidsetPattern(String value)Sets the value of the pattern property.
-
-
-
Method Detail
-
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 isString
-
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 isString
-
isIgnorecase
public boolean isIgnorecase()
Gets the value of the ignorecase property.- Returns:
- possible object is
Boolean
-
-