Uses of Class
de.xima.fc.user_portal.api.provider.model.PagingDataModel.GlobalExclude
-
Packages that use PagingDataModel.GlobalExclude Package Description de.xima.fc.user_portal.api.provider.model -
-
Uses of PagingDataModel.GlobalExclude in de.xima.fc.user_portal.api.provider.model
Methods in de.xima.fc.user_portal.api.provider.model that return PagingDataModel.GlobalExclude Modifier and Type Method Description static PagingDataModel.GlobalExclude
PagingDataModel.GlobalExclude. valueOf(String name)
Returns the enum constant of this type with the specified name.static PagingDataModel.GlobalExclude[]
PagingDataModel.GlobalExclude. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-