Uses of Class
cn.sliew.milky.common.constant.Tag
-
Packages that use Tag Package Description cn.sliew.milky.common.constant -
-
Uses of Tag in cn.sliew.milky.common.constant
Methods in cn.sliew.milky.common.constant that return Tag Modifier and Type Method Description static TagTag. newInstance(String name)Creates a newTagfor the givennameor fail with anIllegalArgumentExceptionif aTagfor the givennameexists.static TagTag. valueOf(String name)Returns the singleton instance of theTagwhich has the specifiedname.Methods in cn.sliew.milky.common.constant that return types with arguments of type Tag Modifier and Type Method Description Collection<Tag>DefaultTagSet. tags()Collection<Tag>TagSet. tags()Methods in cn.sliew.milky.common.constant with parameters of type Tag Modifier and Type Method Description booleanDefaultTagSet. hasTag(Tag tag)booleanTagSet. hasTag(Tag tag)voidDefaultTagSet. tag(Tag tag)voidTagSet. tag(Tag tag)
-