Uses of Class
org.eclipse.modisco.jee.webapp.webapp30.DispatcherTypeBase

Packages that use DispatcherTypeBase
org.eclipse.modisco.jee.webapp.webapp30   
 

Uses of DispatcherTypeBase in org.eclipse.modisco.jee.webapp.webapp30
 

Fields in org.eclipse.modisco.jee.webapp.webapp30 with type parameters of type DispatcherTypeBase
static java.util.List<DispatcherTypeBase> DispatcherTypeBase.VALUES
          A public read-only list of all the 'Dispatcher Type Base' enumerators.
 

Methods in org.eclipse.modisco.jee.webapp.webapp30 that return DispatcherTypeBase
static DispatcherTypeBase DispatcherTypeBase.get(int value)
          Returns the 'Dispatcher Type Base' literal with the specified integer value.
static DispatcherTypeBase DispatcherTypeBase.get(java.lang.String literal)
          Returns the 'Dispatcher Type Base' literal with the specified literal value.
static DispatcherTypeBase DispatcherTypeBase.getByName(java.lang.String name)
          Returns the 'Dispatcher Type Base' literal with the specified name.
static DispatcherTypeBase DispatcherTypeBase.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DispatcherTypeBase[] DispatcherTypeBase.values()
          Returns an array containing the constants of this enum type, in the order they're declared.