Class GroovyDsContainerNode

    • Method Detail

      • isContainer

        public boolean isContainer()
        Specified by:
        isContainer in class AbstractGroovyDsNode
        Returns:
        true since this class represents a container node.
      • isSet

        public boolean isSet()
        Specified by:
        isSet in class AbstractGroovyDsNode
        Returns:
        false since this class represents a container node.
      • hasContainers

        public boolean hasContainers()
        Chech if this container has child containers.
        Returns:
        true if this container has child containers, or false otherwise.
      • getContainers

        public List<GroovyDsContainerNode> getContainers()
        Get a list of the child containers of this container.
        Returns:
        A list of the child containers of this container.
      • hasSets

        public boolean hasSets()
        Check if this container has child sets.
        Returns:
        true if this container has child sets, or false otherwise.
      • getSets

        public List<GroovyDsSetNode> getSets()
        Returns:
        A list of the child sets of this container.
      • toString

        public String toString()
        Returns a string representation of the container object.

        Note that the actual representation may change between different Intrexx versions.

        Overrides:
        toString in class Object
        Returns:
        The string representation of the container object.