Class GroupableElement

All Implemented Interfaces:
PropertyHolder, Comparable<ModelItem>
Direct Known Subclasses:
CustomElement, DeploymentElement, StaticStructureElement

public abstract class GroupableElement extends Element
Represents an element that can be included in a group.
  • Method Details

    • getGroup

      public String getGroup()
      Gets the name of the group in which this element should be included in.
      Returns:
      the group name, or null if not set
    • setGroup

      public void setGroup(String group)
      Sets the name of the group in which this element should be included in.
      Parameters:
      group - the group name