Package | Description |
---|---|
net.sf.mmm.orient.data.bean.api.audio | |
net.sf.mmm.orient.data.bean.api.world | |
net.sf.mmm.util.property.api |
Provides the API for generic and powerful properties.
|
net.sf.mmm.util.property.api.math | |
net.sf.mmm.util.property.impl.factory | |
net.sf.mmm.util.query.base.path |
Modifier and Type | Method and Description |
---|---|
IntegerProperty |
AudioTrack.Bpm() |
IntegerProperty |
AudioGenre.Id3() |
Modifier and Type | Method and Description |
---|---|
IntegerProperty |
Country.CodeIsoNo() |
Modifier and Type | Field and Description |
---|---|
private IntegerProperty |
AbstractContainerProperty.sizeProperty |
Modifier and Type | Method and Description |
---|---|
ValidatorBuilderInteger<AbstractProperty.PropertyBuilder<IntegerProperty>> |
IntegerProperty.withValdidator() |
Modifier and Type | Method and Description |
---|---|
IntegerProperty |
PropertyFactoryInteger.create(String name,
GenericType<? extends Number> valueType,
Bean bean,
AbstractValidator<? super Number> validator) |
Modifier and Type | Method and Description |
---|---|
Class<IntegerProperty> |
PropertyFactoryInteger.getImplementationClass() |
Modifier and Type | Field and Description |
---|---|
protected static IntegerProperty |
PathImpl.AVG_PROPERTY
The property for the avg aggregate function to calculate the average value.
|
protected static IntegerProperty |
PathImpl.MAX_PROPERTY
The property for the max aggregate function to calculate the maximum value.
|
protected static IntegerProperty |
PathImpl.MIN_PROPERTY
The property for the min aggregate function to calculate the minimum value.
|
protected static IntegerProperty |
PathImpl.SIZE_PROPERTY
The property for the size aggregate function on a
Collection . |
protected static IntegerProperty |
PathImpl.SUM_PROPERTY
The property for the size aggregate function on a
Collection . |
Copyright © 2001–2016 mmm-Team. All rights reserved.