public static enum SampleClause.SampleMethod extends Enum<SampleClause.SampleMethod>
| Modifier and Type | Method and Description |
|---|---|
static SampleClause.SampleMethod |
from(String sampleMethod) |
static SampleClause.SampleMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SampleClause.SampleMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SampleClause.SampleMethod BERNOULLI
public static final SampleClause.SampleMethod SYSTEM
public static final SampleClause.SampleMethod BLOCK
public static SampleClause.SampleMethod[] values()
for (SampleClause.SampleMethod c : SampleClause.SampleMethod.values()) System.out.println(c);
public static SampleClause.SampleMethod 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 static SampleClause.SampleMethod from(String sampleMethod)
Copyright © 2004–2024 JSQLParser. All rights reserved.