Uses of Class
org.neociclo.odetteftp.protocol.CommandFormat.Field

Packages that use CommandFormat.Field
org.neociclo.odetteftp.protocol   
org.neociclo.odetteftp.protocol.v13   
org.neociclo.odetteftp.protocol.v14   
org.neociclo.odetteftp.protocol.v20   
 

Uses of CommandFormat.Field in org.neociclo.odetteftp.protocol
 

Methods in org.neociclo.odetteftp.protocol that return CommandFormat.Field
 CommandFormat.Field CommandFormat.getField(String name)
          Return a Command Format field definition by its key name.
 

Methods in org.neociclo.odetteftp.protocol with parameters of type CommandFormat.Field
static String CommandExchangeBuffer.formatAttribute(CommandFormat.Field field, String value)
           
 

Uses of CommandFormat.Field in org.neociclo.odetteftp.protocol.v13
 

Methods in org.neociclo.odetteftp.protocol.v13 that return CommandFormat.Field
 CommandFormat.Field ReleaseFormatVer13.getField(String name)
           
 

Uses of CommandFormat.Field in org.neociclo.odetteftp.protocol.v14
 

Methods in org.neociclo.odetteftp.protocol.v14 that return CommandFormat.Field
 CommandFormat.Field ReleaseFormatVer14.getField(String name)
           
 

Uses of CommandFormat.Field in org.neociclo.odetteftp.protocol.v20
 

Methods in org.neociclo.odetteftp.protocol.v20 that return CommandFormat.Field
 CommandFormat.Field ReleaseFormatVer20.getField(String name)
           
 



ACCORD