Uses of Class
org.neociclo.odetteftp.EntityState

Packages that use EntityState
org.neociclo.odetteftp   
org.neociclo.odetteftp.util   
 

Uses of EntityState in org.neociclo.odetteftp
 

Methods in org.neociclo.odetteftp that return EntityState
 EntityState OdetteFtpSession.getState()
           
static EntityState EntityState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EntityState[] EntityState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.neociclo.odetteftp with parameters of type EntityState
 void OdetteFtpSession.setState(EntityState state)
           
 

Uses of EntityState in org.neociclo.odetteftp.util
 

Methods in org.neociclo.odetteftp.util that return EntityState
static EntityState ProtocolUtil.getInitialState(EntityType entity)
           
 



ACCORD