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