StringProperty |
StringProperty._default(String _default) |
StringProperty |
StringProperty._enum(List<String> value) |
StringProperty |
StringProperty._enum(String value) |
StringProperty |
StringProperty.example(String example) |
StringProperty |
StringProperty.maxLength(Integer maxLength) |
StringProperty |
StringProperty.minLength(Integer minLength) |
StringProperty |
StringProperty.pattern(String pattern) |
StringProperty |
StringProperty.readOnly() |
StringProperty |
StringProperty.required(boolean required) |
StringProperty |
StringProperty.vendorExtension(String key,
Object obj) |
StringProperty |
StringProperty.xml(Xml xml) |