public static enum AbstractDataset._props extends Enum<AbstractDataset._props>
Enum Constant and Description |
---|
license |
maintainer |
name |
rightsHolder |
seeAlso |
source |
Modifier and Type | Method and Description |
---|---|
static AbstractDataset._props |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractDataset._props[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractDataset._props name
public static final AbstractDataset._props source
public static final AbstractDataset._props seeAlso
public static final AbstractDataset._props license
public static final AbstractDataset._props rightsHolder
public static final AbstractDataset._props maintainer
public static AbstractDataset._props[] values()
for (AbstractDataset._props c : AbstractDataset._props.values()) System.out.println(c);
public static AbstractDataset._props 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 © 2004–2020 Ideaconsult Ltd.. All rights reserved.