Class EnumStoreVAccessor<E extends Entity,V extends Enum<V> & MasterDataEnum<E>>
- java.lang.Object
-
- io.vertigo.datamodel.structure.model.VAccessor<E>
-
- io.vertigo.datastore.impl.entitystore.StoreVAccessor<E>
-
- io.vertigo.datastore.impl.entitystore.EnumStoreVAccessor<E,V>
-
- Type Parameters:
E
- type of the remote entityV
- type of the enum valuetype
- All Implemented Interfaces:
Serializable
public final class EnumStoreVAccessor<E extends Entity,V extends Enum<V> & MasterDataEnum<E>> extends StoreVAccessor<E>
Accessor specialized for Enum access- Author:
- mlaroche
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V
getEnumValue()
Retrieves the values of the remote entity as an Enum valuevoid
setEnumValue(V enumValue)
Set the value of the remote entity as an Enum value-
Methods inherited from class io.vertigo.datastore.impl.entitystore.StoreVAccessor
load
-
-