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