ch.elca.el4j.services.persistence.hibernate.usertypes
Interface SerializableEnum<T>

Type Parameters:
T - enum value type

Deprecated. As of release 1.7. Has been moved to package ch.elca.el4j.util.codingsupport in module-core. This interface is required to persist an enum type using GenericEnumUserType.

public interface SerializableEnum<T>

Author:
Stefan Wismer (SWI)
File-location:
SerializableEnum
Last check-in date:
2009-12-01 12:19:40 +0100 (Di, 01. Dez 2009) by jonasha for revision 4014

Method Summary
 T getValue()
          Deprecated. As of release 1.7. The interface has been moved to package ch.elca.el4j.util.codingsupport in module-core.
 

Method Detail

getValue

T getValue()
Deprecated. As of release 1.7. The interface has been moved to package ch.elca.el4j.util.codingsupport in module-core.

Returns:
the value of the enum


Copyright © 2005-2011 ELCA. All Rights Reserved.