[Java] Class PropertyInfo

  • org.codehaus.groovy.transform.BuilderASTTransformation.AbstractBuilderStrategy.PropertyInfo

Properties Summary

Properties
Type Name and description
String name
ClassNode type

Constructor Summary

Constructors
Constructor and description
BuilderASTTransformation.AbstractBuilderStrategy.PropertyInfo (String name, ClassNode type)

Methods Summary

Methods
Type Params Return Type Name and description
String getName()
ClassNode getType()
void setName(String name)
void setType(ClassNode type)

Inherited Methods Summary

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

Property Detail

String name

ClassNode type

Constructor Detail

public BuilderASTTransformation.AbstractBuilderStrategy.PropertyInfo(String name, ClassNode type)

Method Detail

public String getName()

public ClassNode getType()

public void setName(String name)

public void setType(ClassNode type)