Package com._1c.g5.v8.dt.form.util
Class AdjustableBooleanUtil
- java.lang.Object
-
- com._1c.g5.v8.dt.form.util.AdjustableBooleanUtil
-
public class AdjustableBooleanUtil extends Object
Miscellaneous AdjustableBoolean utilities.
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static AdjustableBooleancreate(boolean common)Creates a new adjustable boolean.static StringtoString(AdjustableBoolean aBoolean)Deprecated.
-
-
-
Method Detail
-
create
public static AdjustableBoolean create(boolean common)
Creates a new adjustable boolean.- Parameters:
common- the common value.- Returns:
- the adjustable boolean
-
toString
@Deprecated public static String toString(AdjustableBoolean aBoolean)
Deprecated.Returns a string representation of theAdjustableBoolean- Parameters:
aBoolean- anAdjustableBoolean, can benull- Returns:
- if the argument is null, then a string equal to "null"; otherwise, the string representation is returned.
-
-