Package | Description |
---|---|
net.sf.mmm.util.property.api.math | |
net.sf.mmm.util.property.api.time | |
net.sf.mmm.util.query.api.path | |
net.sf.mmm.util.query.base.path |
Modifier and Type | Interface and Description |
---|---|
interface |
ReadableByteProperty
|
interface |
ReadableDoubleProperty
|
interface |
ReadableFloatProperty
|
interface |
ReadableIntegerBindingProperty<N extends Number>
|
interface |
ReadableIntegerProperty
|
interface |
ReadableLongProperty
|
interface |
ReadableShortProperty
|
interface |
WritableByteProperty
|
interface |
WritableDoubleProperty
|
interface |
WritableFloatProperty
|
interface |
WritableIntegerProperty
|
interface |
WritableLongProperty
|
interface |
WritableNumberProperty<N extends Number>
|
interface |
WritableShortProperty
|
Modifier and Type | Class and Description |
---|---|
class |
BigDecimalProperty
This is the implementation of
WritableDoubleProperty . |
class |
ByteProperty
This is the implementation of
WritableByteProperty . |
class |
DoubleProperty
This is the implementation of
WritableDoubleProperty . |
class |
FloatProperty
This is the implementation of
WritableFloatProperty . |
class |
IntegerProperty
This is the implementation of
WritableIntegerProperty . |
class |
LongProperty
This is the implementation of
WritableLongProperty . |
class |
NumberProperty<N extends Number>
This is the implementation of
WritableNumberProperty . |
class |
ShortProperty
This is the implementation of
WritableShortProperty . |
Modifier and Type | Class and Description |
---|---|
class |
DurationInSecondsProperty
Extends
LongProperty to store a Duration in seconds. |
Modifier and Type | Method and Description |
---|---|
<V extends Number & Comparable<?>> |
PathFactory.to(ReadableNumberProperty<V> property) |
Modifier and Type | Method and Description |
---|---|
<V extends Number & Comparable<?>> |
AbstractPathFactory.to(ReadableNumberProperty<V> property) |
Copyright © 2001–2016 mmm-Team. All rights reserved.