Module io.github.mmm.property
Package io.github.mmm.property.string
Interface WritableStringProperty
-
- All Superinterfaces:
ComparableExpression<String>
,EventSource<ObservableEvent<String>,ObservableEventListener<? super String>>
,Expression<String>
,MarshallableObject
,Marshaller<Object>
,Marshalling<Object>
,MarshallingObject
,ObservableSimpleValue<String>
,ObservableStringValue
,ObservableValue<String>
,PropertyPath<String>
,ReadableProperty<String>
,ReadableSimpleValue<String>
,ReadableStringProperty
,ReadableStringValue
,ReadableTypedValue<String>
,ReadableValue<String>
,StringExpression
,Supplier<String>
,TypedPropertyPath<String>
,UnmarshallableObject
,Unmarshaller<Object>
,Validatable
,WritableObservableValue<String>
,WritableProperty<String>
,WritableSimpleValue<String>
,WritableStringValue
,WritableValue<String>
- All Known Implementing Classes:
StringListProperty
,StringProperty
public interface WritableStringProperty extends ReadableStringProperty, WritableProperty<String>, WritableStringValue
- Since:
- 1.0.0
-
-
Field Summary
-
Fields inherited from interface io.github.mmm.property.WritableProperty
NO_PROPERTIES
-
-
Method Summary
-
Methods inherited from interface io.github.mmm.value.observable.comparable.ComparableExpression
greaterThan, greaterThan, greaterThanOrEqualTo, greaterThanOrEqualTo, lessThan, lessThan, lessThanOrEqualTo, lessThanOrEqualTo
-
Methods inherited from interface io.github.mmm.event.EventSource
addListener, addListener, addWeakListener, removeListener
-
Methods inherited from interface io.github.mmm.value.observable.Expression
asString, dispose, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNull
-
Methods inherited from interface io.github.mmm.marshall.MarshallableObject
write, writeObject
-
Methods inherited from interface io.github.mmm.value.observable.ObservableValue
toString
-
Methods inherited from interface io.github.mmm.property.ReadableProperty
getMetadata, getName, isReadOnly, isTransient, isValid
-
Methods inherited from interface io.github.mmm.value.observable.string.ReadableStringValue
getAsString, getSafe, getValue, getValueClass
-
Methods inherited from interface io.github.mmm.value.ReadableValue
get
-
Methods inherited from interface io.github.mmm.value.observable.string.StringExpression
concat, isEmpty, isEqualToIgnoreCase, isEqualToIgnoreCase, isNotEmpty, isNotEqualToIgnoreCase, isNotEqualToIgnoreCase, length
-
Methods inherited from interface io.github.mmm.marshall.UnmarshallableObject
read, readObject
-
Methods inherited from interface io.github.mmm.validation.Validatable
validate
-
Methods inherited from interface io.github.mmm.value.observable.WritableObservableValue
bindOneWay, bindTwoWay, isBoundOneWay, unbindOneWay, unbindTwoWay
-
Methods inherited from interface io.github.mmm.property.WritableProperty
copy, getReadOnly
-
Methods inherited from interface io.github.mmm.value.observable.string.WritableStringValue
parse, setAsString, setValue
-
Methods inherited from interface io.github.mmm.value.WritableValue
set
-
-