Package jline.api.qsys
Enum QsysServiceLaw.Kind
- All Implemented Interfaces:
Serializable,Comparable<QsysServiceLaw.Kind>,java.lang.constant.Constable
- Enclosing class:
- QsysServiceLaw
Which family the service law belongs to.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionArbitrary density on (0, inf), or on (0, tmax] when tmax is given.Constant service time.Gamma(shape, scale); shape 1 is exponential, integer shape Erlang.Phase type (alpha, T). -
Method Summary
Modifier and TypeMethodDescriptionstatic QsysServiceLaw.KindReturns the enum constant of this type with the specified name.static QsysServiceLaw.Kind[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
GAMMA
Gamma(shape, scale); shape 1 is exponential, integer shape Erlang. -
DETERMINISTIC
Constant service time. -
PHASE_TYPE
Phase type (alpha, T). -
DENSITY
Arbitrary density on (0, inf), or on (0, tmax] when tmax is given.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-