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