Class Delroleinheritance

    • Constructor Detail

      • Delroleinheritance

        public Delroleinheritance()
        All Ant data entities must have a default constructor.
    • Method Detail

      • addRelationship

        public void addRelationship​(Relationship relationship)
        This method name, 'addRelationship', is used for derived xml tag 'relationship' in the load script.
         
         <delroleinheritance>
             <relationship child="r2" parent="r1"/>
             <relationship child="r3" parent="r1"/>
         </delroleinheritance>
         
         
        Parameters:
        relationship - contains reference to data element targeted for removal.