Class Section


public class Section extends Commentable
An additional section in the provisioning model.
Since:
1.4
  • Constructor Details

    • Section

      public Section(String name)
      Construct a new feature.
      Parameters:
      name - The feature name
  • Method Details

    • getName

      public String getName()
      Get the name of the section.
      Returns:
      The name or null for an anonymous feature.
    • getAttributes

      public Map<String,String> getAttributes()
      Get all attributes
      Returns:
      The map of attributes.
    • getContents

      public String getContents()
      Get the contents of the section.
      Returns:
      The contents or null.
    • setContents

      public void setContents(String contents)
      Set the contents of the section.
      Parameters:
      contents - The new contents.
    • toString

      public String toString()
      Overrides:
      toString in class Commentable