Uses of Class
esmska.data.Gateway.Feature

Packages that use Gateway.Feature
esmska.data   
 

Uses of Gateway.Feature in esmska.data
 

Methods in esmska.data that return Gateway.Feature
static Gateway.Feature Gateway.Feature.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Gateway.Feature[] Gateway.Feature.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in esmska.data with parameters of type Gateway.Feature
 boolean Gateway.hasFeature(Gateway.Feature feature)
          Decide whether this particular gateway supports given feature.