Class AttachmentTypeUtils
- java.lang.Object
-
- net.anotheria.anosite.gen.shared.data.AttachmentTypeUtils
-
- All Implemented Interfaces:
IAttachmentTypeDefinition
public class AttachmentTypeUtils extends java.lang.Object implements IAttachmentTypeDefinition
-
-
Field Summary
-
Fields inherited from interface net.anotheria.anosite.gen.shared.data.IAttachmentTypeDefinition
ATTACHMENTTYPE_NAMES, ATTACHMENTTYPE_VALUES, PDF, PDF_NAME, Video, Video_NAME
-
-
Constructor Summary
Constructors Constructor Description AttachmentTypeUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<java.lang.String>getAttachmentTypeList()static java.lang.StringgetName(int value)static intgetValue(java.lang.String name)
-