Uses of Class
de.xima.fc.mdl.enums.EAppenderKey
-
Packages that use EAppenderKey Package Description de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes. -
-
Uses of EAppenderKey in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EAppenderKey Modifier and Type Method Description EAppenderKey[]
EAppenderType. getAssignedKeys()
Deprecated.EAppenderKey[]
ELayoutType. getAssignedKeys()
static EAppenderKey
EAppenderKey. valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static EAppenderKey[]
EAppenderKey. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-