Class GenericFeature


  • public class GenericFeature
    extends Feature<com.tibco.patterns.learn.jaxb.model.FeatureType>
    A generic feature that has a single querylet of any type. This class provides convenient creation of generic features
    • Constructor Detail

      • GenericFeature

        public GenericFeature​(java.lang.String name,
                              AbstractQlt<?> qlt)
        Creates a generic feature with a single querylet.
        Parameters:
        name - - the name of the feature. Not null.
        qlt - - the querylet to be used in the generic feature.