Uses of Class
io.github.mmm.property.string.StringProperty
-
Packages that use StringProperty Package Description io.github.mmm.property.pattern Contains property infrastructure forPattern.io.github.mmm.property.string Contains property infrastructure forString. -
-
Uses of StringProperty in io.github.mmm.property.pattern
Methods in io.github.mmm.property.pattern that return StringProperty Modifier and Type Method Description StringPropertyPatternProperty. asString() -
Uses of StringProperty in io.github.mmm.property.string
Subclasses of StringProperty in io.github.mmm.property.string Modifier and Type Class Description classStringListPropertyThis is an extension ofStringPropertythat stores a list ofStringvalues that are enclosed with pipe-symbols.Methods in io.github.mmm.property.string that return StringProperty Modifier and Type Method Description StringPropertyPropertyFactoryString. 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()
-