Uses of Class
de.xima.fc.mdl.enums.EInternalMessagePriority
- 
Packages that use EInternalMessagePriority Package Description de.xima.fc.gui.bean de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes. - 
- 
Uses of EInternalMessagePriority in de.xima.fc.gui.bean
Methods in de.xima.fc.gui.bean that return EInternalMessagePriority Modifier and Type Method Description EInternalMessagePriorityInternalMessageBean. getHighestPrio()Methods in de.xima.fc.gui.bean with parameters of type EInternalMessagePriority Modifier and Type Method Description voidInternalMessageBean. setHighestPrio(EInternalMessagePriority highestPrio) - 
Uses of EInternalMessagePriority in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EInternalMessagePriority Modifier and Type Method Description EInternalMessagePriorityEInternalMessageType. getPriority()static EInternalMessagePriorityEInternalMessagePriority. valueOf(String name)Returns the enum constant of this type with the specified name.static EInternalMessagePriority[]EInternalMessagePriority. values()Returns an array containing the constants of this enum type, in the order they are declared. 
 -