Uses of Interface
net.sf.beanlib.utils.External

Packages that use External
net.sf.beanlib.utils General Utilities 
 

Uses of External in net.sf.beanlib.utils
 

Methods in net.sf.beanlib.utils with type parameters of type External
private static
<T extends Enum<T> & External<E>,E>
Map<E,T>
EnumUtils.enumConstantDirectory(Class<T> enumType)
          Returns a map from the externalized object of type E to enum constant for the specified T, which has a type of both Enum and External.
static
<T extends Enum<T> & External<E>,E>
T
EnumUtils.fromExternal(Class<T> enumType, E externalized)
          Returns the enum constant of the specified Enum and External type with the specified externalized object; or null if no such enum constant exists.