@groovy.transform.CompileStatic class GloopString extends GloopChoicesObject<java.lang.String> implements GloopObjectXmlType
| Constructor and description | 
|---|
                                GloopString
                                () | 
                        
                                GloopString
                                (java.lang.String name, java.lang.Object value) | 
                        
                                GloopString
                                (java.lang.String name) | 
                        
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            java.lang.Object | 
                            clone()also clones minLength and maxLength  | 
                        
 | 
                            java.lang.String | 
                            getGloopDocString(int indent)overridden because the gloop choices need to be wrapped in single quotes  | 
                        
 | 
                            protected void | 
                            validateValue()overridden to check minLength and maxLength  | 
                        
The type of UI element that should be used when entering this field
also clones minLength and maxLength
overridden because the gloop choices need to be wrapped in single quotes @return
overridden to check minLength and maxLength
Groovy Documentation