Uses of Interface
io.github.mmm.value.observable.string.ObservableStringValue
-
Packages that use ObservableStringValue Package Description io.github.mmm.property.string Contains property infrastructure forString
.io.github.mmm.value.observable.string TODO -
-
Uses of ObservableStringValue in io.github.mmm.property.string
Subinterfaces of ObservableStringValue in io.github.mmm.property.string Modifier and Type Interface Description interface
ReadableStringProperty
interface
WritableStringProperty
Classes in io.github.mmm.property.string that implement ObservableStringValue Modifier and Type Class Description class
StringListProperty
This is an extension ofStringProperty
that stores a list ofString
values that are enclosed with pipe-symbols.class
StringProperty
Implementation ofWritableStringProperty
. -
Uses of ObservableStringValue in io.github.mmm.value.observable.string
Subinterfaces of ObservableStringValue in io.github.mmm.value.observable.string Modifier and Type Interface Description interface
StringExpression
Classes in io.github.mmm.value.observable.string that implement ObservableStringValue Modifier and Type Class Description class
StringBinding
Methods in io.github.mmm.value.observable.string with parameters of type ObservableStringValue Modifier and Type Method Description default BooleanBinding
StringExpression. isEqualToIgnoreCase(ObservableStringValue other)
default BooleanBinding
StringExpression. isNotEqualToIgnoreCase(ObservableStringValue other)
-