Class TagAnnotationWrapper

    • Constructor Detail

      • TagAnnotationWrapper

        public TagAnnotationWrapper​(TagAnnotationData tag)
        Constructor of the TagAnnotationWrapper class.
        Parameters:
        tag - Tag to be contained.
    • Method Detail

      • getName

        public String getName()
        Gets the name of the TagData.
        Returns:
        TagData name.
      • setName

        public void setName​(String name)
        Sets the name of the TagData.
        Parameters:
        name - The name of the TagData. Mustn't be null.
        Throws:
        IllegalArgumentException - If the name is null.