Uses of Class
io.github.mmm.property.number.bytes.ByteProperty
-
Packages that use ByteProperty 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 standardNumbertypes.io.github.mmm.property.number.bytes Contains property infrastructure forByte. -
-
Uses of ByteProperty in io.github.mmm.property.builder
Methods in io.github.mmm.property.builder that return ByteProperty Modifier and Type Method Description default BytePropertyDefaultPropertyBuilders. newByte(String name) -
Uses of ByteProperty in io.github.mmm.property.builder.number
Methods in io.github.mmm.property.builder.number that return ByteProperty Modifier and Type Method Description protected BytePropertyBytePropertyBuilder. build(String name, PropertyMetadata<Byte> metadata) -
Uses of ByteProperty in io.github.mmm.property.number.bytes
Methods in io.github.mmm.property.number.bytes that return ByteProperty Modifier and Type Method Description BytePropertyPropertyFactoryByte. create(String name, Class<? extends Byte> valueClass, PropertyMetadata<Byte> metadata)Methods in io.github.mmm.property.number.bytes that return types with arguments of type ByteProperty Modifier and Type Method Description Class<ByteProperty>PropertyFactoryByte. getImplementationClass()
-