Module io.github.mmm.property
Interface ReadableOffsetTimeProperty
-
- All Superinterfaces:
ComparableExpression<OffsetTime>,EventSource<ObservableEvent<OffsetTime>,ObservableEventListener<? super OffsetTime>>,Expression<OffsetTime>,MarshallableObject,Marshaller<Object>,ObservableObjectValue<OffsetTime>,ObservableOffsetTimeValue,ObservableTemporalValue<OffsetTime>,ObservableValue<OffsetTime>,OffsetTimeExpression,PropertyPath<OffsetTime>,ReadableObjectValue<OffsetTime>,ReadableOffsetTimeValue,ReadableProperty<OffsetTime>,ReadableSimpleValue<OffsetTime>,ReadableTemporalValue<OffsetTime>,ReadableTypedObjectValue<OffsetTime>,ReadableTypedValue<OffsetTime>,ReadableValue<OffsetTime>,Supplier<OffsetTime>,TemporalExpression<OffsetTime>,TypedPropertyPath<OffsetTime>,Validatable
- All Known Subinterfaces:
WritableOffsetTimeProperty
- All Known Implementing Classes:
OffsetTimeProperty
public interface ReadableOffsetTimeProperty extends ReadableProperty<OffsetTime>, OffsetTimeExpression
- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Class<OffsetTime>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.marshall.MarshallableObject
write, writeObject
-
Methods inherited from interface io.github.mmm.value.observable.ObservableValue
toString
-
Methods inherited from interface io.github.mmm.value.observable.temporal.offsettime.OffsetTimeExpression
inFuture, inPast
-
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<OffsetTime> getValueClass()
- Specified by:
getValueClassin interfaceReadableOffsetTimeValue- Specified by:
getValueClassin interfaceReadableTypedValue<OffsetTime>- Returns:
- the
Classreflecting the type ofvaluesthat can be stored by this property. Even if thevalueisnullthe property must support returning the property class.
-
-