Class SDSetAnt

  • All Implemented Interfaces:
    Serializable, Comparable<SDSet>

    public class SDSetAnt
    extends SDSet
    Entity is used by custom Apache Ant task for special handling of collections. This is necessary because the Ant parser cannot deal with complex data attribute types. The class extends a base entity.
    Author:
    Apache Directory Project
    See Also:
    Serialized Form
    • Constructor Detail

      • SDSetAnt

        public SDSetAnt()
    • Method Detail

      • getSetMembers

        public String getSetMembers()
        Return the members as a String.
        Returns:
        String contain comma delimited list of members.
      • setSetMembers

        public void setSetMembers​(String members)
        Accept a comma delimited list of members, iterate of each and call the setter on the parent class.
        Parameters:
        members - contains comma delimited set of members.
      • getSetType

        public String getSetType()
        Return the type of SD set in string format.
        Returns:
        String that represents static or dynamic relations.
      • setSetType

        public void setSetType​(String type)
        Method accepts a String variable that maps to its parent's set type.
        Parameters:
        type - String value represents static or dynamic set relations.