public abstract class FileType extends Object implements Serializable
| Constructor and Description |
|---|
FileType() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
allowsMulti() |
abstract ArrayList<String> |
getAllowedExtensions() |
abstract String |
getContentType() |
abstract String |
getDescription() |
abstract String |
getName() |
boolean |
isFilenameExtensionValid(String filename) |
abstract boolean |
isMandatory() |
boolean |
isValidContentType(String contentType) |
String |
toString() |
public abstract String getName()
public abstract String getDescription()
public abstract boolean allowsMulti()
public abstract String getContentType()
public abstract boolean isMandatory()
public boolean isFilenameExtensionValid(String filename)
public boolean isValidContentType(String contentType)
Copyright © 2015. All Rights Reserved.