Uses of Enum
jline.lang.constant.JobClassType
Packages that use JobClassType
Package
Description
Abstractions to declare basic elements of a model.
This package contains constants used in the definition of queueing characteristics
-
Uses of JobClassType in jline.lang
Fields in jline.lang declared as JobClassTypeMethods in jline.lang that return JobClassTypeConstructors in jline.lang with parameters of type JobClassTypeModifierConstructorDescriptionJobClass(JobClassType type, String name) Creates a new job class with the specified type and name. -
Uses of JobClassType in jline.lang.constant
Methods in jline.lang.constant that return JobClassTypeModifier and TypeMethodDescriptionstatic JobClassTypeReturns the enum constant of this type with the specified name.static JobClassType[]JobClassType.values()Returns an array containing the constants of this enum type, in the order they are declared.