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) |
| Modifier and Type | Method and Description |
|---|---|
AltClass |
getBaseChildType() |
String |
getDecapitalizedMethodProperty() |
String |
getDefaultValue() |
AltClass |
getGetterSetterType() |
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)
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 MethodInformationICopyright © 2009-2017 Oracle Corporation. All Rights Reserved.