public class ActiveFilter 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"> <sequence> <element name="ID" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="IsFilterInverted" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="ShowHighlightFilteredTasks"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="RowVisible"/> <enumeration value="RowHighlight"/> </restriction> </simpleType> </element> <element name="ShowPhasesOfFilteredTasks" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected boolean |
isFilterInverted |
protected String |
showHighlightFilteredTasks |
protected boolean |
showPhasesOfFilteredTasks |
Constructor and Description |
---|
ActiveFilter() |
Modifier and Type | Method and Description |
---|---|
String |
getID()
Gets the value of the id property.
|
String |
getShowHighlightFilteredTasks()
Gets the value of the showHighlightFilteredTasks property.
|
boolean |
isIsFilterInverted()
Gets the value of the isFilterInverted property.
|
boolean |
isShowPhasesOfFilteredTasks()
Gets the value of the showPhasesOfFilteredTasks property.
|
void |
setID(String value)
Sets the value of the id property.
|
void |
setIsFilterInverted(boolean value)
Sets the value of the isFilterInverted property.
|
void |
setShowHighlightFilteredTasks(String value)
Sets the value of the showHighlightFilteredTasks property.
|
void |
setShowPhasesOfFilteredTasks(boolean value)
Sets the value of the showPhasesOfFilteredTasks property.
|
protected String id
protected boolean isFilterInverted
protected String showHighlightFilteredTasks
protected boolean showPhasesOfFilteredTasks
public void setID(String value)
value
- allowed object is
String
public boolean isIsFilterInverted()
public void setIsFilterInverted(boolean value)
public String getShowHighlightFilteredTasks()
String
public void setShowHighlightFilteredTasks(String value)
value
- allowed object is
String
public boolean isShowPhasesOfFilteredTasks()
public void setShowPhasesOfFilteredTasks(boolean value)
Copyright © 2000–2024 Packwood Software. All rights reserved.