Interface SectionObject
- All Superinterfaces:
SectionDependencyObjectNode
- All Known Subinterfaces:
SectionObjectNode
- All Known Implementing Classes:
SectionObjectNodeImpl
Object required by the
SectionNode.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddAnnotation(Object annotation) Adds an annotation.Obtains the name of thisSectionObject.voidsetTypeQualifier(String qualifier) Specifies the type qualifier.
-
Method Details
-
getSectionObjectName
String getSectionObjectName()Obtains the name of thisSectionObject.- Returns:
- Name of this
SectionObject.
-
setTypeQualifier
Specifies the type qualifier.- Parameters:
qualifier- Type qualifier.
-
addAnnotation
Adds an annotation.- Parameters:
annotation- Annotation.
-