|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GenericPropertyInfo
Minimal information required by GenericEncodingStrategy to encode
and decode a storable property.
| Method Summary | |
|---|---|
Method |
getFromStorageAdapter()
Returns the optional method used to adapt the property from the storage supported type to the user visible type. |
String |
getPropertyName()
|
TypeDesc |
getPropertyType()
Returns the user specified property type. |
TypeDesc |
getStorageType()
Returns the storage supported type. |
Method |
getToStorageAdapter()
Returns the optional method used to adapt the property from the user visible type to the storage supported type. |
boolean |
isDerived()
|
boolean |
isLob()
|
boolean |
isNullable()
|
| Method Detail |
|---|
String getPropertyName()
TypeDesc getPropertyType()
TypeDesc getStorageType()
boolean isNullable()
boolean isLob()
boolean isDerived()
Method getFromStorageAdapter()
Method getToStorageAdapter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||