|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME) @Target(value=METHOD) public static @interface FileControl.IOOperation
| Required Element Summary | |
|---|---|
FileControl.FileIOType |
ioType
This attribute specifies the type of operation. |
| Optional Element Summary | |
|---|---|
boolean |
delimiterCheckbox
|
String |
delimiterString
|
String |
encoding
This option is used to specify the character set encoding for the file. |
String |
fileContent
This attribute indicates the contents of the identified variable which will be written to the file. |
String |
recordSize
The record size, a positive integer, is expressed in bytes. |
| Element Detail |
|---|
public abstract FileControl.FileIOType ioType
public abstract String fileContent
public abstract String recordSize
public abstract String encoding
public abstract String delimiterString
public abstract boolean delimiterCheckbox
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||