Uses of Class
magoffin.matt.ma2.biz.BizContext.Feature

Packages that use BizContext.Feature
magoffin.matt.ma2.biz   
magoffin.matt.ma2.support   
 

Uses of BizContext.Feature in magoffin.matt.ma2.biz
 

Methods in magoffin.matt.ma2.biz that return BizContext.Feature
 BizContext.Feature BizContext.Feature.fromKey(java.lang.String key)
          Get a Feature from a String key.
static BizContext.Feature BizContext.Feature.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BizContext.Feature[] BizContext.Feature.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in magoffin.matt.ma2.biz with parameters of type BizContext.Feature
 boolean BizContext.isFeatureEnabled(BizContext.Feature feature)
          Test if a feature is enabled.
 

Uses of BizContext.Feature in magoffin.matt.ma2.support
 

Methods in magoffin.matt.ma2.support with parameters of type BizContext.Feature
 boolean BasicBizContext.isFeatureEnabled(BizContext.Feature feature)