[Java] Class PropertyInfo
- org.codehaus.groovy.transform.BuilderASTTransformation.AbstractBuilderStrategy.PropertyInfo
Constructor Summary
Constructor and description |
---|
BuilderASTTransformation.AbstractBuilderStrategy.PropertyInfo
(String name, ClassNode type) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
String |
getName() | |
ClassNode |
getType() | |
void |
setName(String name) | |
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 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)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/transform/BuilderASTTransformation.AbstractBuilderStrategy.PropertyInfo.html