Package io.split.grammar
Class Treatments
- java.lang.Object
-
- io.split.grammar.Treatments
-
public class Treatments extends Object
Utility methods for dealing with special treatments- Author:
- adil
-
-
Constructor Summary
Constructors Constructor Description Treatments()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringcontrolSynonym(String treatment)static booleanisControl(String treatment)
-
-
-
Field Detail
-
CONTROL
public static final String CONTROL
- See Also:
- Constant Field Values
-
OFF
public static final String OFF
OFF is a synonym for CONTROL.- See Also:
- Constant Field Values
-
ON
public static final String ON
- See Also:
- Constant Field Values
-
-