Uses of Class
com.infragistics.reveal.sdk.api.model.RVDateFilterType
-
Packages that use RVDateFilterType Package Description com.infragistics.reveal.sdk.api.model Reveal API Model Package, containing the classes representing the multiple data sources supported and some other auxiliary classes. -
-
Uses of RVDateFilterType in com.infragistics.reveal.sdk.api.model
Methods in com.infragistics.reveal.sdk.api.model that return RVDateFilterType Modifier and Type Method Description static RVDateFilterType
RVDateFilterType. valueOf(int value)
Returns the enum constant of this type with the specified name.static RVDateFilterType
RVDateFilterType. valueOf(String name)
Returns the enum constant of this type with the specified name.static RVDateFilterType[]
RVDateFilterType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-