Package org.openforis.collect.mondrian
Class Table.AggPattern.AggExclude
java.lang.Object
org.openforis.collect.mondrian.Table.AggPattern.AggExclude
- Enclosing class:
Table.AggPattern
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Gets the value of the name property.Gets the value of the pattern property.booleanGets the value of the ignorecase property.voidsetIgnorecase(Boolean value) Sets the value of the ignorecase property.voidSets the value of the name property.voidsetPattern(String value) Sets the value of the pattern property.
-
Field Details
-
pattern
-
name
-
ignorecase
-
-
Constructor Details
-
AggExclude
public AggExclude()
-
-
Method Details
-
getPattern
Gets the value of the pattern property.- Returns:
- possible object is
String
-
setPattern
Sets the value of the pattern property.- Parameters:
value- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
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
-
setIgnorecase
Sets the value of the ignorecase property.- Parameters:
value- allowed object isBoolean
-