|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the type.public interface IBeanType<T>
The IBeaType is the class descriptor for IBeans.
| Method Summary | |
|---|---|
int |
getPropertyCount()
Gets the amount of properties. |
PropertyDefinition |
getPropertyDefinition(int pIndex)
Gets the bean property for the given index. |
PropertyDefinition |
getPropertyDefinition(String pPropertyName)
Gets the bean property for the given property name. |
int |
getPropertyIndex(String pPropertyName)
Gets the index of the property name. |
String[] |
getPropertyNames()
Gets the property names. |
| Method Detail |
|---|
String[] getPropertyNames()
int getPropertyCount()
int getPropertyIndex(String pPropertyName)
pPropertyName - the property name.
PropertyDefinition getPropertyDefinition(int pIndex)
pIndex - the index.
PropertyDefinition getPropertyDefinition(String pPropertyName)
pPropertyName - the property name.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||