org.codehaus.groovy.tools.groovydoc
Class SimpleGroovyParameter

java.lang.Object
  extended by org.codehaus.groovy.tools.groovydoc.SimpleGroovyParameter
All Implemented Interfaces:
GroovyParameter

public class SimpleGroovyParameter
extends Object
implements GroovyParameter


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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleGroovyParameter

public SimpleGroovyParameter(String name)
Method Detail

defaultValue

public String defaultValue()
Specified by:
defaultValue in interface GroovyParameter

setDefaultValue

public void setDefaultValue(String defaultValue)

name

public String name()
Specified by:
name in interface GroovyParameter

typeName

public String typeName()
Specified by:
typeName in interface GroovyParameter

setTypeName

public void setTypeName(String typeName)

annotations

public GroovyAnnotationRef[] annotations()
Specified by:
annotations in interface GroovyParameter

addAnnotationRef

public void addAnnotationRef(GroovyAnnotationRef ref)

type

public GroovyType type()
Specified by:
type in interface GroovyParameter

setType

public void setType(GroovyType type)

isTypeAvailable

public boolean isTypeAvailable()

Copyright © 2003-2009 The Codehaus. All rights reserved.