/** * * <!-- begin-user-doc --> * <!-- end-user-doc --> * * @generated */ public ConfigType createConfigTypeFromString(EDataType eDataType, String initialValue) { ConfigType result = ConfigType.get(initialValue); if (result == null) throw new IllegalArgumentException( "The value '" + initialValue + "' is not a valid enumerator of '" + eDataType.getName() + "'"); return result; }