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