Uses of Class
io.github.mmm.property.string.StringProperty
-
Packages that use StringProperty Package Description io.github.mmm.property.builder Contains builders for properties frommmm-property
(moduleio.github.mmm.property
).io.github.mmm.property.builder.lang io.github.mmm.property.string Contains property infrastructure forString
. -
-
Uses of StringProperty in io.github.mmm.property.builder
Methods in io.github.mmm.property.builder that return StringProperty Modifier and Type Method Description default StringProperty
DefaultPropertyBuilders. newString(String name)
-
Uses of StringProperty in io.github.mmm.property.builder.lang
Methods in io.github.mmm.property.builder.lang that return StringProperty Modifier and Type Method Description protected StringProperty
StringPropertyBuilder. build(String name, PropertyMetadata<String> metadata)
-
Uses of StringProperty in io.github.mmm.property.string
Subclasses of StringProperty in io.github.mmm.property.string Modifier and Type Class Description class
StringListProperty
This is an extension ofStringProperty
that stores a list ofString
values that are enclosed with pipe-symbols.Methods in io.github.mmm.property.string that return StringProperty Modifier and Type Method Description StringProperty
PropertyFactoryString. create(String name, Class<? extends String> valueClass, PropertyMetadata<String> metadata)
Methods in io.github.mmm.property.string that return types with arguments of type StringProperty Modifier and Type Method Description Class<StringProperty>
PropertyFactoryString. getImplementationClass()
-