Class AbstractAnnotationCommand

All Implemented Interfaces:
Command
Direct Known Subclasses:
AnnotationVisibilityCommand

public abstract class AbstractAnnotationCommand extends AbstractDocumentCommand
  • Field Details

    • profileId

      protected String profileId
      The profile ID as it is set in the annotation profile XML file within the tag annotation-profile.
    • profile

      protected AnnotationProfile profile
      The AnnotationProfile required to properly execute the command.

      The profile is set upon calling loadAnnotationProfile().

    • annotationType

      protected String annotationType
      The Annotation type as it is defined within either the annotation-type or annotation-template tag in the annotation profile XML file.
  • Constructor Details

    • AbstractAnnotationCommand

      public AbstractAnnotationCommand()
  • Method Details