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