Class AttributeTypeOptions


  • public class AttributeTypeOptions
    extends Object
    An structure containing a couple of attributeType and options. A search request can contain a list of attribute to return, those attribute could be associated with options. Those options are stored into a Set.
    Author:
    Apache Directory Project
    • Constructor Detail

      • AttributeTypeOptions

        public AttributeTypeOptions​(AttributeType attributeType)
        Creates a new instance of AttributeTypeOptions, containing an attributeType, but no options.
        Parameters:
        attributeType - The associated AttributeType
      • AttributeTypeOptions

        public AttributeTypeOptions​(AttributeType attributeType,
                                    Set<String> options)
        Creates a new instance of AttributeTypeOptions, containing an attributeType, and options.
        Parameters:
        attributeType - the associated AttributeType
        options - the associated options