public class SimpleGroovyParameter extends Object
| Constructor and description | 
|---|
                                SimpleGroovyParameter
                                (String name) | 
                        
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            void | 
                            addAnnotationRef(GroovyAnnotationRef ref) | 
                        
 | 
                            GroovyAnnotationRef[] | 
                            annotations() | 
                        
 | 
                            String | 
                            defaultValue() | 
                        
 | 
                            boolean | 
                            isTypeAvailable() | 
                        
 | 
                            String | 
                            name() | 
                        
 | 
                            void | 
                            setDefaultValue(String defaultValue) | 
                        
 | 
                            void | 
                            setType(GroovyType type) | 
                        
 | 
                            void | 
                            setTypeName(String typeName) | 
                        
 | 
                            void | 
                            setVararg(boolean vararg) | 
                        
 | 
                            GroovyType | 
                            type() | 
                        
 | 
                            String | 
                            typeName() | 
                        
 | 
                            boolean | 
                            vararg() | 
                        
Copyright © 2003-2018 The Apache Software Foundation. All rights reserved.