Uses of Enum Class
de.uni_hildesheim.sse.easy.loader.InitType
Packages that use InitType
Package
Description
Implements a standalone loader for EASy-Producer.
-
Uses of InitType in de.uni_hildesheim.sse.easy.loader
Fields in de.uni_hildesheim.sse.easy.loader declared as InitTypeMethods in de.uni_hildesheim.sse.easy.loader that return InitTypeModifier and TypeMethodDescriptionStartupInfo.getType()Returns the type of the startup unit.static InitTypeReturns the enum constant of this class with the specified name.static InitType[]InitType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in de.uni_hildesheim.sse.easy.loader with parameters of type InitTypeModifierConstructorDescription(package private)StartupInfo(InitType type, String className) Creates a startup information object.