Package com._1c.g5.v8.dt.form.util
Class AdjustableBooleanUtil
java.lang.Object
com._1c.g5.v8.dt.form.util.AdjustableBooleanUtil
Miscellaneous AdjustableBoolean utilities.
-
Method Summary
Modifier and TypeMethodDescriptionstatic AdjustableBoolean
create
(boolean common) Creates a new adjustable boolean.static String
toString
(AdjustableBoolean aBoolean) Deprecated.
-
Method Details
-
create
Creates a new adjustable boolean.- Parameters:
common
- the common value.- Returns:
- the adjustable boolean
-
toString
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.
-