public enum KnownLoadFactory_SQ_SV extends Enum<KnownLoadFactory_SQ_SV>
LoadFactory_SQ_SVs is this package.
Intended for automated testing, allowing to iterate over all known (test) load factories.
Copyright (C) 2005-2017 Jan de Jongh, TNO
This file is covered by the LICENSE file in the root of this project.
| Enum Constant and Description |
|---|
KLF_0001 |
KLF_0002 |
KLF_0003 |
KLF_0005 |
KLF_0010 |
KLF_0011 |
KLF_0012 |
KLF_0013 |
KLF_0014 |
KLF_0015 |
KLF_0100 |
| Modifier and Type | Method and Description |
|---|---|
<J extends DefaultVisitsLoggingSimJob,Q extends SimQueue> |
getLoadFactory()
Gets the (fixed) load factory corresponding to this
KnownLoadFactory_SQ_SV member. |
static KnownLoadFactory_SQ_SV |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KnownLoadFactory_SQ_SV[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KnownLoadFactory_SQ_SV KLF_0001
public static final KnownLoadFactory_SQ_SV KLF_0002
public static final KnownLoadFactory_SQ_SV KLF_0003
public static final KnownLoadFactory_SQ_SV KLF_0005
public static final KnownLoadFactory_SQ_SV KLF_0010
public static final KnownLoadFactory_SQ_SV KLF_0011
public static final KnownLoadFactory_SQ_SV KLF_0012
public static final KnownLoadFactory_SQ_SV KLF_0013
public static final KnownLoadFactory_SQ_SV KLF_0014
public static final KnownLoadFactory_SQ_SV KLF_0015
public static final KnownLoadFactory_SQ_SV KLF_0100
public static KnownLoadFactory_SQ_SV[] values()
for (KnownLoadFactory_SQ_SV c : KnownLoadFactory_SQ_SV.values()) System.out.println(c);
public static KnownLoadFactory_SQ_SV valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final <J extends DefaultVisitsLoggingSimJob,Q extends SimQueue> LoadFactory_SQ_SV<J,Q> getLoadFactory()
KnownLoadFactory_SQ_SV member.Copyright © 2018. All rights reserved.