Groovy 2.2.0

org.codehaus.groovy.tools.groovydoc
[Java] Class SimpleGroovyParameter

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

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)

void setVararg(boolean vararg)

GroovyType type()

String typeName()

boolean vararg()

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

SimpleGroovyParameter

public SimpleGroovyParameter(String name)


 
Method Detail

addAnnotationRef

public void addAnnotationRef(GroovyAnnotationRef ref)


annotations

public GroovyAnnotationRef[] annotations()


defaultValue

public String defaultValue()


isTypeAvailable

public boolean isTypeAvailable()


name

public String name()


setDefaultValue

public void setDefaultValue(String defaultValue)


setType

public void setType(GroovyType type)


setTypeName

public void setTypeName(String typeName)


setVararg

public void setVararg(boolean vararg)


type

public GroovyType type()


typeName

public String typeName()


vararg

public boolean vararg()


 

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