Uses of Class
de.xima.fc.gui.statics.EProtocolCleanupRange
-
Packages that use EProtocolCleanupRange Package Description de.xima.fc.gui.bean.protocol de.xima.fc.gui.statics -
-
Uses of EProtocolCleanupRange in de.xima.fc.gui.bean.protocol
Methods in de.xima.fc.gui.bean.protocol that return EProtocolCleanupRange Modifier and Type Method Description EProtocolCleanupRange
ProtocolCleanupBean. getCleanupRange()
Methods in de.xima.fc.gui.bean.protocol with parameters of type EProtocolCleanupRange Modifier and Type Method Description void
ProtocolCleanupBean. setCleanupRange(EProtocolCleanupRange cleanupRange)
-
Uses of EProtocolCleanupRange in de.xima.fc.gui.statics
Methods in de.xima.fc.gui.statics that return EProtocolCleanupRange Modifier and Type Method Description static EProtocolCleanupRange
EProtocolCleanupRange. valueOf(String name)
Returns the enum constant of this type with the specified name.static EProtocolCleanupRange[]
EProtocolCleanupRange. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-