Class SectionNameAnnotation


  • public class SectionNameAnnotation
    extends java.lang.Object
    Name of SubSection.
    Author:
    Daniel Sagenschneider
    • Constructor Summary

      Constructors 
      Constructor Description
      SectionNameAnnotation​(java.lang.String name)
      Instantiate.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Obtains the name of the SubSection.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SectionNameAnnotation

        public SectionNameAnnotation​(java.lang.String name)
        Instantiate.
        Parameters:
        name - Name of the SubSection.
    • Method Detail

      • getName

        public java.lang.String getName()
        Obtains the name of the SubSection.
        Returns:
        Name of the SubSection.