public class AttributeBean extends ObjectBean implements Comparable
| Constructor and Description |
|---|
AttributeBean() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o) |
String |
getAlternateClass()
Returns the alternative class for this property.
|
String |
getAttributeClass()
Returns the attribute class for this attribute.
|
String[] |
getAttributeClassParameters()
Returns the array of parameterized types for this attribute
if it uses generics.
|
String |
getAttributeName()
Returns the name of this attribute.
|
String |
getDefaultValue()
Returns the default value of this attribute.
|
String |
getDescription()
Returns the description of this attribute.
|
MethodSignatureBean |
getMethodBindingSignature()
Returns the method binding signature of this property.
|
boolean |
isVirtual()
Returns virtual flag of this property.
|
void |
setAlternateClass(String alternateClass)
Sets the alternative class for this property.
|
void |
setAttributeClass(String attributeClass)
Sets the attribute class for this attribute.
|
void |
setAttributeName(String attributeName)
Sets the name of this attribute.
|
void |
setDefaultValue(String defaultValue)
Sets the default value of this attribute.
|
void |
setDescription(String description)
Sets the description of this attribute.
|
void |
setMethodBindingSignature(MethodSignatureBean signature)
Sets the method binding signature of this property.
|
void |
setVirtual(boolean virtual)
Sets the virtual flag of this property.
|
attach, getOwner, isModifiedSincepublic void setAttributeName(String attributeName)
attributeName - the attribute namepublic String getAttributeName()
public void setAttributeClass(String attributeClass)
attributeClass - the attribute classpublic String[] getAttributeClassParameters()
public String getAttributeClass()
public void setDescription(String description)
description - the attribute descriptionpublic String getDescription()
public void setDefaultValue(String defaultValue)
defaultValue - the attribute default valuepublic String getDefaultValue()
public void setAlternateClass(String alternateClass)
alternateClass - the alternative classpublic String getAlternateClass()
public void setMethodBindingSignature(MethodSignatureBean signature)
signature - the method binding signature of this propertypublic MethodSignatureBean getMethodBindingSignature()
public void setVirtual(boolean virtual)
virtual - the property required flagpublic boolean isVirtual()
public int compareTo(Object o)
compareTo in interface ComparableCopyright © 2001-2012 Apache Software Foundation. All Rights Reserved.