TriState

public final class TriState extends Filter<Int>

Input for ternary value Includes Separator

Constructors

Link copied to clipboard

Properties

Link copied to clipboard
private final Integer id

This is a unique calling card for the specific filter / setting. If the setting type is ever changed, the ID should be changed

Link copied to clipboard
private final String name

Name of the filer

Link copied to clipboard
private Integer state

State(s) of the filter stuff

Link copied to clipboard
public final static Integer STATE_EXCLUDE
Link copied to clipboard
public final static Integer STATE_IGNORED
Link copied to clipboard
public final static Integer STATE_INCLUDE

Functions

Link copied to clipboard
public Integer getId()

This is a unique calling card for the specific filter / setting. If the setting type is ever changed, the ID should be changed

Link copied to clipboard
public String getName()

Name of the filer

Link copied to clipboard
public Integer getState()

State(s) of the filter stuff

Link copied to clipboard
public Unit setState(Integer state)

State(s) of the filter stuff