Uses of Interface
io.github.mmm.value.observable.string.ReadableStringValue
-
Packages that use ReadableStringValue Package Description io.github.mmm.property.string Contains property infrastructure forString
.io.github.mmm.value.observable.string TODO -
-
Uses of ReadableStringValue in io.github.mmm.property.string
Subinterfaces of ReadableStringValue in io.github.mmm.property.string Modifier and Type Interface Description interface
ReadableStringProperty
interface
WritableStringProperty
Classes in io.github.mmm.property.string that implement ReadableStringValue 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 ReadableStringValue in io.github.mmm.value.observable.string
Subinterfaces of ReadableStringValue in io.github.mmm.value.observable.string Modifier and Type Interface Description interface
ObservableStringValue
interface
StringExpression
interface
WritableStringValue
Classes in io.github.mmm.value.observable.string that implement ReadableStringValue Modifier and Type Class Description class
StringBinding
-