Module io.github.mmm.property
Interface ReadableLocalDateProperty
-
- All Superinterfaces:
ComparableExpression<LocalDate>,EventSource<ObservableEvent<LocalDate>,ObservableEventListener<? super LocalDate>>,Expression<LocalDate>,LocalDateExpression,MarshallableObject,Marshaller<Object>,ObservableLocalDateValue,ObservableObjectValue<LocalDate>,ObservableTemporalValue<LocalDate>,ObservableValue<LocalDate>,PropertyPath<LocalDate>,ReadableLocalDateValue,ReadableObjectValue<LocalDate>,ReadableProperty<LocalDate>,ReadableSimpleValue<LocalDate>,ReadableTemporalValue<LocalDate>,ReadableTypedObjectValue<LocalDate>,ReadableTypedValue<LocalDate>,ReadableValue<LocalDate>,Supplier<LocalDate>,TemporalExpression<LocalDate>,TypedPropertyPath<LocalDate>,Validatable
- All Known Subinterfaces:
WritableLocalDateProperty
- All Known Implementing Classes:
LocalDateProperty
public interface ReadableLocalDateProperty extends ReadableProperty<LocalDate>, LocalDateExpression
- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Class<LocalDate>getValueClass()-
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.value.observable.temporal.localdate.LocalDateExpression
inFuture, inPast
-
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.object.ReadableObjectValue
getSafe, getValue
-
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.validation.Validatable
validate
-
-
-
-
Method Detail
-
getValueClass
default Class<LocalDate> getValueClass()
- Specified by:
getValueClassin interfaceReadableLocalDateValue- Specified by:
getValueClassin interfaceReadableTypedValue<LocalDate>- Returns:
- the
Classreflecting the type ofvaluesthat can be stored by this property. Even if thevalueisnullthe property must support returning the property class.
-
-