public interface GenericPropertyInfo
GenericEncodingStrategy
to encode
and decode a storable property.Modifier and Type | Method and Description |
---|---|
java.lang.reflect.Method |
getFromStorageAdapter()
Returns the optional method used to adapt the property from the
storage supported type to the user visible type.
|
java.lang.String |
getPropertyName() |
org.cojen.classfile.TypeDesc |
getPropertyType()
Returns the user specified property type.
|
org.cojen.classfile.TypeDesc |
getStorageType()
Returns the storage supported type.
|
java.lang.reflect.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() |
java.lang.String getPropertyName()
org.cojen.classfile.TypeDesc getPropertyType()
org.cojen.classfile.TypeDesc getStorageType()
boolean isNullable()
boolean isLob()
boolean isDerived()
java.lang.reflect.Method getFromStorageAdapter()
java.lang.reflect.Method getToStorageAdapter()
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.