[Java] Class BuilderASTTransformation.AbstractBuilderStrategy.PropertyInfo
- org.codehaus.groovy.transform.BuilderASTTransformation.AbstractBuilderStrategy.PropertyInfo
protected static class BuilderASTTransformation.AbstractBuilderStrategy.PropertyInfo
Constructor Summary
Constructor and description |
---|
PropertyInfo
(String name, ClassNode type) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public String |
getName() | |
public ClassNode |
getType() | |
public void |
setName(String name) | |
public void |
setType(ClassNode type) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail
public PropertyInfo(String name, ClassNode type)
Method Detail
public String getName()
public ClassNode getType()
public void setName(String name)
public void setType(ClassNode type)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/transform/BuilderASTTransformation/AbstractBuilderStrategy.PropertyInfo.html