Uses of Class
io.github.mmm.property.number.shorts.ShortProperty
-
Packages that use ShortProperty Package Description io.github.mmm.property.builder Contains builders for properties frommmm-property
(moduleio.github.mmm.property
).io.github.mmm.property.builder.number Contains property builders for the standardNumber
types.io.github.mmm.property.number.shorts Contains property infrastructure forShort
. -
-
Uses of ShortProperty in io.github.mmm.property.builder
Methods in io.github.mmm.property.builder that return ShortProperty Modifier and Type Method Description default ShortProperty
DefaultPropertyBuilders. newShort(String name)
-
Uses of ShortProperty in io.github.mmm.property.builder.number
Methods in io.github.mmm.property.builder.number that return ShortProperty Modifier and Type Method Description protected ShortProperty
ShortPropertyBuilder. build(String name, PropertyMetadata<Short> metadata)
-
Uses of ShortProperty in io.github.mmm.property.number.shorts
Methods in io.github.mmm.property.number.shorts that return ShortProperty Modifier and Type Method Description ShortProperty
PropertyFactoryShort. create(String name, Class<? extends Short> valueClass, PropertyMetadata<Short> metadata)
Methods in io.github.mmm.property.number.shorts that return types with arguments of type ShortProperty Modifier and Type Method Description Class<ShortProperty>
PropertyFactoryShort. getImplementationClass()
-