public static enum GeneticAlgorithmXmlSaxParserFactory.InitializeDataSource extends Enum<GeneticAlgorithmXmlSaxParserFactory.InitializeDataSource>
| Enum Constant and Description |
|---|
db
Baza danych.
|
sampleTSP
Przykład komiwojażera.
|
| Modifier and Type | Method and Description |
|---|---|
static GeneticAlgorithmXmlSaxParserFactory.InitializeDataSource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeneticAlgorithmXmlSaxParserFactory.InitializeDataSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeneticAlgorithmXmlSaxParserFactory.InitializeDataSource db
public static final GeneticAlgorithmXmlSaxParserFactory.InitializeDataSource sampleTSP
public static GeneticAlgorithmXmlSaxParserFactory.InitializeDataSource[] values()
for (GeneticAlgorithmXmlSaxParserFactory.InitializeDataSource c : GeneticAlgorithmXmlSaxParserFactory.InitializeDataSource.values()) System.out.println(c);
public static GeneticAlgorithmXmlSaxParserFactory.InitializeDataSource 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 nullCopyright © 2008–2015 Delhezi. All rights reserved.