|
RSE Release 3.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISystemFileTransferModeMapping
Interface using for determining the mapping for a particular file type.
Field Summary | |
---|---|
static int |
FILE_TYPE_BINARY
|
static int |
FILE_TYPE_TEXT
|
static int |
FILE_TYPE_XML
|
Method Summary | |
---|---|
String |
getExtension()
Get the extension |
String |
getLabel()
Get the label |
String |
getName()
Get the name |
int |
getPriority()
Gets the priority - the smaller the number, the higher priority |
boolean |
isBinary()
Returns if the mapping is binary |
boolean |
isText()
Returns if the mapping is text |
boolean |
isXML()
Returns if the mapping is XML |
Field Detail |
---|
static final int FILE_TYPE_BINARY
static final int FILE_TYPE_TEXT
static final int FILE_TYPE_XML
Method Detail |
---|
String getExtension()
String getLabel()
String getName()
boolean isBinary()
boolean isText()
boolean isXML()
int getPriority()
|
RSE Release 3.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |