Interface ExtendedTagType

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    CustomTagType, TagType

    public interface ExtendedTagType
    extends java.io.Serializable
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      TagType getCoreType()  
      java.lang.String getSubType()
      Sub-type is a code relevant to the provider to allow it to distinguish between different variations of tags defined inside the broad type categories.
    • Method Detail

      • getCoreType

        TagType getCoreType()
      • getSubType

        java.lang.String getSubType()
        Sub-type is a code relevant to the provider to allow it to distinguish between different variations of tags defined inside the broad type categories.