public class MethodInformation extends Object implements MethodInformationI
| Constructor and Description |
|---|
MethodInformation(AltMethod originalMethod,
MethodType methodType,
String decapitalizedMethodProperty,
String representedProperty,
String defaultValue,
AltClass baseChildType,
AltClass gsType,
boolean key,
boolean isList,
boolean isArray,
boolean isReference,
boolean isElement,
AltClass listParameterizedType) |
| Modifier and Type | Method and Description |
|---|---|
AltClass |
getBaseChildType() |
String |
getDecapitalizedMethodProperty() |
String |
getDefaultValue() |
AltClass |
getGetterSetterType() |
AltClass |
getListParameterizedType()
Returns the parameterized type of the
list, or null if this is not a list or
the type of the list is unknown
|
MethodType |
getMethodType() |
AltMethod |
getOriginalMethod() |
String |
getRepresentedProperty() |
boolean |
isArray() |
boolean |
isElement() |
boolean |
isKey() |
boolean |
isList() |
boolean |
isReference() |
String |
toString() |
public MethodInformation(AltMethod originalMethod, MethodType methodType, String decapitalizedMethodProperty, String representedProperty, String defaultValue, AltClass baseChildType, AltClass gsType, boolean key, boolean isList, boolean isArray, boolean isReference, boolean isElement, AltClass listParameterizedType)
public AltMethod getOriginalMethod()
getOriginalMethod in interface MethodInformationIpublic MethodType getMethodType()
getMethodType in interface MethodInformationIpublic AltClass getGetterSetterType()
getGetterSetterType in interface MethodInformationIpublic String getRepresentedProperty()
getRepresentedProperty in interface MethodInformationIpublic String getDefaultValue()
getDefaultValue in interface MethodInformationIpublic AltClass getBaseChildType()
getBaseChildType in interface MethodInformationIpublic boolean isKey()
isKey in interface MethodInformationIpublic boolean isList()
isList in interface MethodInformationIpublic boolean isArray()
isArray in interface MethodInformationIpublic boolean isReference()
isReference in interface MethodInformationIpublic String getDecapitalizedMethodProperty()
getDecapitalizedMethodProperty in interface MethodInformationIpublic boolean isElement()
isElement in interface MethodInformationIpublic AltClass getListParameterizedType()
MethodInformationIgetListParameterizedType in interface MethodInformationICopyright © 2009-2017 Oracle Corporation. All Rights Reserved.