Uses of Interface
io.github.mmm.value.observable.string.StringExpression
-
Packages that use StringExpression Package Description io.github.mmm.property.string Contains property infrastructure forString
.io.github.mmm.value.observable Provides the API for observable values.io.github.mmm.value.observable.string TODO -
-
Uses of StringExpression in io.github.mmm.property.string
Subinterfaces of StringExpression in io.github.mmm.property.string Modifier and Type Interface Description interface
ReadableStringProperty
interface
WritableStringProperty
Classes in io.github.mmm.property.string that implement StringExpression 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 StringExpression in io.github.mmm.value.observable
Methods in io.github.mmm.value.observable that return StringExpression Modifier and Type Method Description default StringExpression
Expression. asString()
-
Uses of StringExpression in io.github.mmm.value.observable.string
Classes in io.github.mmm.value.observable.string that implement StringExpression Modifier and Type Class Description class
StringBinding
Methods in io.github.mmm.value.observable.string that return StringExpression Modifier and Type Method Description default StringExpression
StringExpression. concat(Object other)
-