Class Section


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

      Constructors 
      Constructor Description
      Section​(java.lang.String name)
      Construct a new feature.
    • Constructor Detail

      • Section

        public Section​(java.lang.String name)
        Construct a new feature.
        Parameters:
        name - The feature name
    • Method Detail

      • getName

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

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

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

        public void setContents​(java.lang.String contents)
        Set the contents of the section.
        Parameters:
        contents - The new contents.