Package org.teamapps.universaldb.model
Klasse FileFieldModel
java.lang.Object
org.teamapps.universaldb.model.FieldModel
org.teamapps.universaldb.model.FileFieldModel
- Alle implementierten Schnittstellen:
BaseFieldModel
-
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedFileFieldModel(DataInputStream dis, TableModel model) protectedFileFieldModel(String name, String title, TableModel tableModel, boolean indexContent, int maxIndexContentLength, boolean detectLanguage) protectedFileFieldModel(String title, TableModel tableModel) -
Methodenübersicht
Von Klasse geerbte Methoden org.teamapps.universaldb.model.FieldModel
getDateCreated, getDateModified, getFieldId, getFieldType, getName, getTableModel, getTitle, getVersionCreated, getVersionModified, isDeleted, isDeprecated, isMetaField, setDateCreated, setDateModified, setDeleted, setDeprecated, setFieldId, setTitle, setVersionCreated, setVersionModified, toString
-
Konstruktordetails
-
FileFieldModel
-
FileFieldModel
protected FileFieldModel(String name, String title, TableModel tableModel, boolean indexContent, int maxIndexContentLength, boolean detectLanguage) -
FileFieldModel
- Löst aus:
IOException
-
-
Methodendetails
-
write
- Setzt außer Kraft:
writein KlasseFieldModel- Löst aus:
IOException
-
isIndexContent
public boolean isIndexContent() -
getMaxIndexContentLength
public int getMaxIndexContentLength() -
isDetectLanguage
public boolean isDetectLanguage()
-