Uses of Class
net.anotheria.anosite.gen.shared.data.MatcherTypeEnum
-
Packages that use MatcherTypeEnum Package Description net.anotheria.anosite.gen.shared.data -
-
Uses of MatcherTypeEnum in net.anotheria.anosite.gen.shared.data
Methods in net.anotheria.anosite.gen.shared.data that return MatcherTypeEnum Modifier and Type Method Description static MatcherTypeEnumMatcherTypeEnum. getConstantByValue(int value)static MatcherTypeEnumMatcherTypeEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MatcherTypeEnum[]MatcherTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-