public interface I_CmsFormDataItem
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData()
Gets the data from the field as a byte array.
|
java.lang.String |
getFieldName()
Gets the field name.
|
java.lang.String |
getFileName()
Gets the file name, if this is a file upload field.
|
byte[] getData()
java.lang.String getFieldName()
java.lang.String getFileName()