public class Indicator extends Object implements 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-2016 Konik.io. All Rights Reserved.