Class CustomTagType

  • All Implemented Interfaces:
    ExtendedTagType, java.io.Serializable

    public class CustomTagType
    extends java.lang.Object
    implements ExtendedTagType
    A simple implementation of ExtendedTagType that lets providers easily specify their own custom types.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      CustomTagType​(int subType)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      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.
      java.lang.String getUUID()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CustomTagType

        public CustomTagType​(int subType)
    • Method Detail

      • getSubType

        public java.lang.String getSubType()
        Description copied from interface: ExtendedTagType
        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.
        Specified by:
        getSubType in interface ExtendedTagType
      • getUUID

        public java.lang.String getUUID()
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object