Interface SectionObject

All Superinterfaces:
SectionDependencyObjectNode
All Known Subinterfaces:
SectionObjectNode
All Known Implementing Classes:
SectionObjectNodeImpl

public interface SectionObject extends SectionDependencyObjectNode
Object required by the SectionNode.
Author:
Daniel Sagenschneider
  • Method Details

    • getSectionObjectName

      String getSectionObjectName()
      Obtains the name of this SectionObject.
      Returns:
      Name of this SectionObject.
    • setTypeQualifier

      void setTypeQualifier(String qualifier)
      Specifies the type qualifier.
      Parameters:
      qualifier - Type qualifier.
    • addAnnotation

      void addAnnotation(Object annotation)
      Adds an annotation.
      Parameters:
      annotation - Annotation.