Uses of Class
sfs2x.client.entities.match.StringMatch
-
Packages that use StringMatch Package Description sfs2x.client.entities.match -
-
Uses of StringMatch in sfs2x.client.entities.match
Methods in sfs2x.client.entities.match that return StringMatch Modifier and Type Method Description static StringMatch
StringMatch. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StringMatch[]
StringMatch. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-