public class Indicator extends java.lang.Object implements java.io.Serializable
Constructor and Description |
---|
Indicator(boolean indicator)
The Constructor.
|
Modifier and Type | Method and Description |
---|---|
static Indicator |
falseIndicator()
Creates False indicator.
|
boolean |
getIndicator()
Gets the indicator.
|
static Indicator |
trueIndicator()
Creates True indicator.
|
public Indicator(boolean indicator)
The Constructor.
indicator
- the indicatorpublic static Indicator falseIndicator()
Creates False indicator.
public boolean getIndicator()
Gets the indicator.
public static Indicator trueIndicator()
Creates True indicator.
Copyright © 2014-2018 Konik.io. All Rights Reserved.