Uses of Enum Class
de.espirit.firstspirit.access.store.templatestore.gom.DatasetMode
Packages that use DatasetMode
-
Uses of DatasetMode in de.espirit.firstspirit.access.store.templatestore.gom
Methods in de.espirit.firstspirit.access.store.templatestore.gom that return DatasetModeModifier and TypeMethodDescription@Nullable DatasetModeGomDataset.getMode()The dataset representation mode (SiteArchitect only setting)@NotNull DatasetModeGomDataset.mode()Convenience API returning a non-null value forGomDataset.getMode()static DatasetModeReturns the enum constant of this class with the specified name.static DatasetMode[]DatasetMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.espirit.firstspirit.access.store.templatestore.gom with parameters of type DatasetModeModifier and TypeMethodDescriptionvoidGomDataset.setMode(DatasetMode mode) Define the dataset representation mode (SiteArchitect only setting)