public class MemberVariable extends Object
| Constructor and Description |
|---|
MemberVariable(BeanPrototype bean,
PropertyPrototype property) |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment() |
String |
getDeprecatedMessage() |
String |
getDescription() |
String |
getGetterAnnotations() |
String |
getMemberAnnotations() |
String |
getName() |
String |
getSetterAnnotations() |
String |
getType() |
boolean |
isDeprecated() |
boolean |
isOverridden() |
public MemberVariable(BeanPrototype bean, PropertyPrototype property)
public String getName()
public String getType()
public boolean isOverridden()
public String getComment()
public String getDescription()
public boolean isDeprecated()
public String getDeprecatedMessage()
public String getMemberAnnotations()
public String getGetterAnnotations()
public String getSetterAnnotations()
Copyright © 2017 SAP SE. All Rights Reserved.