Uses of Enum Class
com.maplander.backend.test.PanelsTest.PanelTypeEnum
Packages that use PanelsTest.PanelTypeEnum
-
Uses of PanelsTest.PanelTypeEnum in com.maplander.backend.test
Subclasses with type arguments of type PanelsTest.PanelTypeEnum in com.maplander.backend.testMethods in com.maplander.backend.test that return PanelsTest.PanelTypeEnumModifier and TypeMethodDescriptionPanelsTest.Panels.getType()static PanelsTest.PanelTypeEnumReturns the enum constant of this class with the specified name.static PanelsTest.PanelTypeEnum[]PanelsTest.PanelTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.maplander.backend.test with parameters of type PanelsTest.PanelTypeEnumConstructors in com.maplander.backend.test with parameters of type PanelsTest.PanelTypeEnumModifierConstructorDescriptionPanels(String path, PanelsTest.PanelTypeEnum type, int time, String url) Panels(String path, PanelsTest.PanelTypeEnum type, int time, String url, int startTime, int endTime)