|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MetaProperty
A property for a MetaBean.
Method Summary | |
---|---|
String |
getColumnName()
Gets the name of this property's column. |
List<String> |
getFieldAnnotations()
Gets a list of the property's field annotations. |
List<String> |
getGetterAnnotations()
Gets a list of the property's getter annotations. |
PropertyMapping |
getMapping()
Gets this property's mapping. |
MetaType |
getMetaType()
Get the MetaType that this MetaProperty belongs to. |
String |
getName()
Gets the name of the meta property. |
int |
getOrder()
Gets the meta property's order. |
OutType |
getOutType()
Gets the meta property's Out type. |
void |
setMapping(PropertyMapping toSet)
Sets this property's mapping. |
void |
setName(String toSet)
Sets the name of the meta property. |
void |
setOrder(int toSet)
Sets the meta property's order. |
void |
setOutType(OutType toSet)
Sets the meta property's Out type. |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
MetaType getMetaType()
String getName()
void setName(String toSet)
toSet
- The name of the meta property.OutType getOutType()
void setOutType(OutType toSet)
toSet
- The meta property's Out type.int getOrder()
void setOrder(int toSet)
toSet
- The meta property's order.String getColumnName()
PropertyMapping getMapping()
void setMapping(PropertyMapping toSet)
toSet
- This property's mapping.List<String> getGetterAnnotations()
List<String> getFieldAnnotations()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |