Uses of Class
de.xima.fc.protocol.EProtocolType
- 
Packages that use EProtocolType Package Description de.xima.fc.gui.bean.protocol de.xima.fc.protocol  - 
- 
Uses of EProtocolType in de.xima.fc.gui.bean.protocol
Methods in de.xima.fc.gui.bean.protocol that return EProtocolType Modifier and Type Method Description EProtocolTypeProtocolCleanupBean. getProtocolType()Methods in de.xima.fc.gui.bean.protocol with parameters of type EProtocolType Modifier and Type Method Description voidProtocolCleanupBean. setProtocolType(EProtocolType protocolType) - 
Uses of EProtocolType in de.xima.fc.protocol
Methods in de.xima.fc.protocol that return EProtocolType Modifier and Type Method Description EProtocolTypeProtocolCleaner. getProtocolType()static EProtocolTypeEProtocolType. valueOf(String name)Returns the enum constant of this type with the specified name.static EProtocolType[]EProtocolType. values()Returns an array containing the constants of this enum type, in the order they are declared. 
 -