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 EProtocolType
ProtocolCleanupBean. getProtocolType()
Methods in de.xima.fc.gui.bean.protocol with parameters of type EProtocolType Modifier and Type Method Description void
ProtocolCleanupBean. 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 EProtocolType
ProtocolCleaner. getProtocolType()
static EProtocolType
EProtocolType. 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.
-