public class PropertyInfo extends Object
Constructor and Description |
---|
PropertyInfo(boolean declared,
String name,
Doc doc,
TypeInfo type,
String methodName,
boolean array,
boolean adder) |
Modifier and Type | Method and Description |
---|---|
Doc |
getDoc() |
String |
getMethodName() |
String |
getName() |
TypeInfo |
getType() |
boolean |
isAdder() |
boolean |
isArray() |
boolean |
isDeclared() |
Copyright © 2015. All Rights Reserved.