com.bea.control
Annotation Type FileControl.SFtpCustomProperty


@Retention(value=RUNTIME)
@Target(value={TYPE,FIELD})
public static @interface FileControl.SFtpCustomProperty


Optional Element Summary
 String name
          This option specifies the name for the SFTP property
 String value
          This option specifies the value for the SFTP property
 

name

public abstract String name
This option specifies the name for the SFTP property

Default:
"Not Specified"

value

public abstract String value
This option specifies the value for the SFTP property

Default:
"Not Specified"