/** * <copyright> * </copyright> * * */ package org.reuseware.air.language.abstractsyntax.resource.as; public enum AsEProblemType { WARNING,ERROR; }