Uses of Class
com.tangosol.io.pof.DateMode
-
Packages that use DateMode Package Description com.tangosol.io.pof Contains classes related to POF serialization and deserialization. -
-
Uses of DateMode in com.tangosol.io.pof
Methods in com.tangosol.io.pof that return DateMode Modifier and Type Method Description static DateMode
DateMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static DateMode[]
DateMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-