JavaScript is disabled on your browser.
gnu.inet.ldap

Class AttributeValues

  • Direct Known Subclasses:
    Modification


    public class AttributeValues
    extends java.lang.Object
    An attribute type and set of values to associate with it.
    • Field Summary

      Fields
      Modifier and Type Field and Description
      protected java.lang.String type
      The attribute type.
      protected java.util.Set values
      The values to assign.
    • Constructor Summary

      Constructors
      Constructor and Description
      AttributeValues (java.lang.String type, java.util.Set values)
      Constructor.
    • Method Summary

      Methods
      Modifier and Type Method and Description
      java.lang.String getType ()
      java.util.Set getValues ()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • type

        protected final java.lang.String type
        The attribute type.
      • values

        protected final java.util.Set values
        The values to assign.
    • Constructor Detail

      • AttributeValues

        public AttributeValues(java.lang.String type,
         java.util.Set values)
        Constructor.
        Parameters:
        type - the attribute type
        values - the values to assign
    • Method Detail

      • getType

        public java.lang.String getType()
        See Also:
        type
      • getValues

        public java.util.Set getValues()
        See Also:
        values

AltStyle によって変換されたページ (->オリジナル) /