Module io.github.mmm.property
Package io.github.mmm.property.booleans
Interface WritableBooleanProperty
-
- All Superinterfaces:
BooleanExpression
,EventSource<ObservableEvent<Boolean>,ObservableEventListener<? super Boolean>>
,Expression<Boolean>
,MarshallableObject
,Marshaller<Object>
,Marshalling<Object>
,MarshallingObject
,ObservableBooleanValue
,ObservableSimpleValue<Boolean>
,ObservableValue<Boolean>
,PropertyPath<Boolean>
,ReadableBooleanProperty
,ReadableBooleanValue
,ReadableProperty<Boolean>
,ReadableSimpleValue<Boolean>
,ReadableTypedValue<Boolean>
,ReadableValue<Boolean>
,Supplier<Boolean>
,TypedPropertyPath<Boolean>
,UnmarshallableObject
,Unmarshaller<Object>
,Validatable
,WritableBooleanValue
,WritableObservableValue<Boolean>
,WritableProperty<Boolean>
,WritableSimpleValue<Boolean>
,WritableValue<Boolean>
- All Known Implementing Classes:
BooleanProperty
public interface WritableBooleanProperty extends ReadableBooleanProperty, WritableProperty<Boolean>, WritableBooleanValue
- 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.booleans.BooleanExpression
and, and, not, or, or
-
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.value.observable.booleans.ReadableBooleanValue
getSafe, getValue, getValueClass
-
Methods inherited from interface io.github.mmm.property.ReadableProperty
getMetadata, getName, isReadOnly, isTransient, isValid
-
Methods inherited from interface io.github.mmm.value.observable.object.ReadableSimpleValue
getAsString
-
Methods inherited from interface io.github.mmm.value.ReadableValue
get
-
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.booleans.WritableBooleanValue
parse, setValue
-
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.object.WritableSimpleValue
setAsString
-
Methods inherited from interface io.github.mmm.value.WritableValue
set
-
-