public static enum MondrianSchemaLoader.MondrianSchemaLoaderParameter extends Enum<MondrianSchemaLoader.MondrianSchemaLoaderParameter> implements Parameter
Parameter.Type| Enum Constant and Description |
|---|
connectString |
cube |
validators |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
Parameter.Type |
getType() |
boolean |
isRequired() |
static MondrianSchemaLoader.MondrianSchemaLoaderParameter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MondrianSchemaLoader.MondrianSchemaLoaderParameter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MondrianSchemaLoader.MondrianSchemaLoaderParameter connectString
public static final MondrianSchemaLoader.MondrianSchemaLoaderParameter cube
public static final MondrianSchemaLoader.MondrianSchemaLoaderParameter validators
public static MondrianSchemaLoader.MondrianSchemaLoaderParameter[] values()
for (MondrianSchemaLoader.MondrianSchemaLoaderParameter c : MondrianSchemaLoader.MondrianSchemaLoaderParameter.values()) System.out.println(c);
public static MondrianSchemaLoader.MondrianSchemaLoaderParameter 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 boolean isRequired()
isRequired in interface Parameterpublic Parameter.Type getType()
public String getDescription()
getDescription in interface ParameterCopyright © 2006–2016 Julian Hyde. All rights reserved.