|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ReleaseFormatVer14>
org.neociclo.odetteftp.protocol.v14.ReleaseFormatVer14
public enum ReleaseFormatVer14
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.neociclo.odetteftp.protocol.CommandFormat |
---|
CommandFormat.Field |
Enum Constant Summary | |
---|---|
CD_V14
Change Direction command format. |
|
CDT_V14
Set Credit command format. |
|
EERP_V14
End-to-End Response command format. |
|
EFID_V14
End File command format. |
|
EFNA_V14
End File Negative Answer command format. |
|
EFPA_V14
End File Positive Answer command format. |
|
ESID_V14
End Session command format. |
|
NERP_V14
Negative End Response command format. |
|
RTR_V14
Ready To Receive command format. |
|
SFID_V14
Start File command format. |
|
SFNA_V14
Start File Negative Answer command format. |
|
SFPA_V14
Start File Positive Answer command format. |
|
SSID_V14
Start Session command format. |
|
SSRM_V14
Start Session Ready Message command format. |
Method Summary | |
---|---|
CommandFormat.Field |
getField(String name)
Return a Command Format field definition by its key name. |
String[] |
getFieldNames()
|
static CommandFormat |
getFormat(CommandIdentifier identifier)
Return the Command Format definition given a specific Command identifier code of ODETTE-FTP version 1.4. |
CommandIdentifier |
getIdentifier()
|
int |
getSize()
|
static ReleaseFormatVer14 |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ReleaseFormatVer14[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ReleaseFormatVer14 CD_V14
public static final ReleaseFormatVer14 CDT_V14
public static final ReleaseFormatVer14 EERP_V14
public static final ReleaseFormatVer14 EFID_V14
public static final ReleaseFormatVer14 EFNA_V14
public static final ReleaseFormatVer14 EFPA_V14
public static final ReleaseFormatVer14 ESID_V14
public static final ReleaseFormatVer14 NERP_V14
public static final ReleaseFormatVer14 RTR_V14
public static final ReleaseFormatVer14 SFID_V14
public static final ReleaseFormatVer14 SFNA_V14
public static final ReleaseFormatVer14 SFPA_V14
public static final ReleaseFormatVer14 SSID_V14
public static final ReleaseFormatVer14 SSRM_V14
Method Detail |
---|
public static ReleaseFormatVer14[] values()
for (ReleaseFormatVer14 c : ReleaseFormatVer14.values()) System.out.println(c);
public static ReleaseFormatVer14 valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic static CommandFormat getFormat(CommandIdentifier identifier)
identifier
- One of the CommandIdentifier
static attribute.
public CommandFormat.Field getField(String name)
CommandFormat
getField
in interface CommandFormat
name
- Field key name within Command Format.
null
if it does not exist.public String[] getFieldNames()
getFieldNames
in interface CommandFormat
public CommandIdentifier getIdentifier()
getIdentifier
in interface CommandFormat
public int getSize()
getSize
in interface CommandFormat
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |