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