Uses of Class
com.sun.n1.sps.model.rule.CriteriaShorthand

Packages that use CriteriaShorthand
com.sun.n1.sps.model.rule   
 

Uses of CriteriaShorthand in com.sun.n1.sps.model.rule
 

Fields in com.sun.n1.sps.model.rule declared as CriteriaShorthand
static CriteriaShorthand CriteriaShorthand.ADMIN_SHORTHAND
          A shorthand for the "admin events" event category.
static CriteriaShorthand CriteriaShorthand.ANY_SHORTHAND
          A shorthand for the "any event" event category.
static CriteriaShorthand CriteriaShorthand.CUSTOM_SHORTHAND
          A shorthand for the "administrative events" event category.
static CriteriaShorthand CriteriaShorthand.DIFF_END_ABNORMAL_SHORTHAND
          A shorthand for the "comparison ends abnormally" event category.
static CriteriaShorthand CriteriaShorthand.DIFF_END_NORMAL_SHORTHAND
          A shorthand for the "comparison completes normally" event category.
static CriteriaShorthand CriteriaShorthand.DIFF_START_SHORTHAND
          A shorthand for the "comparison starts" event category.
static CriteriaShorthand CriteriaShorthand.PLAN_END_ABNORMAL_SHORTHAND
          A shorthand for the "plan ends abnormally" event category.
static CriteriaShorthand CriteriaShorthand.PLAN_END_NORMAL_SHORTHAND
          A shorthand for the "plan completes normally" event category.
static CriteriaShorthand CriteriaShorthand.PLAN_START_SHORTHAND
          A shorthand for the "plan starts" event category.
static CriteriaShorthand CriteriaShorthand.SYSTEM_SHORTHAND
          A shorthand for the "system events" event category.
 

Methods in com.sun.n1.sps.model.rule that return CriteriaShorthand
 CriteriaShorthand CriteriaShorthand.Factory.get(int value)
          Returns the output type associated with the passed int value.
 CriteriaShorthand CriteriaShorthand.Factory.get(java.lang.String value)
          Returns the app type associated with the passed string value.
 CriteriaShorthand[] CriteriaShorthand.Factory.getAll()
          Returns the array of all known output type enums.