Class SectionNameAnnotation
- java.lang.Object
-
- net.officefloor.plugin.section.clazz.SectionNameAnnotation
-
public class SectionNameAnnotation extends java.lang.Object
Name ofSubSection
.- 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 theSubSection
.
-
-
-
Constructor Detail
-
SectionNameAnnotation
public SectionNameAnnotation(java.lang.String name)
Instantiate.- Parameters:
name
- Name of theSubSection
.
-
-
Method Detail
-
getName
public java.lang.String getName()
Obtains the name of theSubSection
.- Returns:
- Name of the
SubSection
.
-
-