Module io.github.mmm.property
Interface ReadableLocalTimeProperty
-
- All Superinterfaces:
ComparableExpression<LocalTime>
,EventSource<ObservableEvent<LocalTime>,ObservableEventListener<? super LocalTime>>
,Expression<LocalTime>
,LocalTimeExpression
,MarshallableObject
,Marshaller<Object>
,ObservableLocalTimeValue
,ObservableObjectValue<LocalTime>
,ObservableTemporalValue<LocalTime>
,ObservableValue<LocalTime>
,PropertyPath<LocalTime>
,ReadableLocalTimeValue
,ReadableObjectValue<LocalTime>
,ReadableProperty<LocalTime>
,ReadableSimpleValue<LocalTime>
,ReadableTemporalValue<LocalTime>
,ReadableTypedObjectValue<LocalTime>
,ReadableTypedValue<LocalTime>
,ReadableValue<LocalTime>
,Supplier<LocalTime>
,TemporalExpression<LocalTime>
,TypedPropertyPath<LocalTime>
,Validatable
- All Known Subinterfaces:
WritableLocalTimeProperty
- All Known Implementing Classes:
LocalTimeProperty
public interface ReadableLocalTimeProperty extends ReadableProperty<LocalTime>, LocalTimeExpression
- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Class<LocalTime>
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.localtime.LocalTimeExpression
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<LocalTime> getValueClass()
- Specified by:
getValueClass
in interfaceReadableLocalTimeValue
- Specified by:
getValueClass
in interfaceReadableTypedValue<LocalTime>
- Returns:
- the
Class
reflecting the type ofvalues
that can be stored by this property. Even if thevalue
isnull
the property must support returning the property class.
-
-