- java.lang.Object
-
- org.mule.metadata.ast.api.Property
-
public final class Property extends Object
Object representing a Java Bean Property- Since:
- 1.1
-
-
Constructor Summary
Constructors Constructor Description Property()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBeanName()ExecutableElementgetGetterMethod()StringgetName()ExecutableElementgetSetterMethod()TypeMirrorgetType()static Stringnormalize(String name)voidsetGetterMethod(ExecutableElement getterMethod)voidsetName(String name)voidsetSetterMethod(ExecutableElement setterMethod)
-
-
-
Method Detail
-
getGetterMethod
public ExecutableElement getGetterMethod()
-
setGetterMethod
public void setGetterMethod(ExecutableElement getterMethod)
-
getSetterMethod
public ExecutableElement getSetterMethod()
-
setSetterMethod
public void setSetterMethod(ExecutableElement setterMethod)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getBeanName
public String getBeanName()
-
getType
public TypeMirror getType()
-
-