| 
Groovy 1.7.9 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.codehaus.groovy.tools.groovydoc.SimpleGroovyParameter
public class SimpleGroovyParameter extends Object
| Constructor Summary | |
            SimpleGroovyParameter(String name)
             | 
        |
| Method Summary | |
|---|---|
            void
         | 
        
            addAnnotationRef(GroovyAnnotationRef ref)
             | 
        
            GroovyAnnotationRef[]
         | 
        
            annotations()
             | 
        
            String
         | 
        
            defaultValue()
             | 
        
            boolean
         | 
        
            isTypeAvailable()
             | 
        
            String
         | 
        
            name()
             | 
        
            void
         | 
        
            setDefaultValue(String defaultValue)
             | 
        
            void
         | 
        
            setType(GroovyType type)
             | 
        
            void
         | 
        
            setTypeName(String typeName)
             | 
        
            GroovyType
         | 
        
            type()
             | 
        
            String
         | 
        
            typeName()
             | 
        
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll | 
| Constructor Detail | 
|---|
public SimpleGroovyParameter(String name)
| Method Detail | 
|---|
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 GroovyType type()
public String typeName()
Copyright © 2003-2010 The Codehaus. All rights reserved.