Uses of Class
org.cxbox.core.dto.multivalue.SnapshotState
-
Packages that use SnapshotState Package Description org.cxbox.core.dto.multivalue -
-
Uses of SnapshotState in org.cxbox.core.dto.multivalue
Methods in org.cxbox.core.dto.multivalue that return SnapshotState Modifier and Type Method Description static SnapshotStateSnapshotState. valueOf(String name)Returns the enum constant of this type with the specified name.static SnapshotState[]SnapshotState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-