public class FileInfoFieldType extends java.lang.Object implements InfoFieldType
Modifier and Type | Class and Description |
---|---|
static class |
FileInfoFieldType.FileSourceType |
InfoFieldType.Attribute<T extends InfoFieldType,V>
Modifier and Type | Field and Description |
---|---|
static InfoFieldType.Attribute<FileInfoFieldType,java.lang.String> |
ALLOWED_FILE_EXTENSIONS |
static InfoFieldType.Attribute<FileInfoFieldType,FileInfoFieldType.FileSourceType> |
FILE_SOURCE |
static FileInfoFieldType |
INSTANCE |
static InfoFieldType.Attribute<FileInfoFieldType,java.lang.Long> |
MAX_FILE_SIZE |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLabel
public static final InfoFieldType.Attribute<FileInfoFieldType,java.lang.String> ALLOWED_FILE_EXTENSIONS
public static final InfoFieldType.Attribute<FileInfoFieldType,FileInfoFieldType.FileSourceType> FILE_SOURCE
public static final FileInfoFieldType INSTANCE
public static final InfoFieldType.Attribute<FileInfoFieldType,java.lang.Long> MAX_FILE_SIZE
public java.lang.String getName()
getName
in interface InfoFieldType