public class CustomizableEnum<E extends Enum<E>,T> extends Object
CustomizableEnum is for use if you have an enum but you want that the user can
set a custom value.public CustomizableEnum(E enumtype, T value)
CustomizableEnum.enumtype - the type of the enumvalue - the valueCopyright © 2015–2016 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.