public static enum AbstractEDGE.PossibleOutputFormat extends Enum<AbstractEDGE.PossibleOutputFormat>
| Enum Constant and Description |
|---|
OWLFUNCTIONAL |
OWLXML |
| Modifier and Type | Method and Description |
|---|---|
static AbstractEDGE.PossibleOutputFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractEDGE.PossibleOutputFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractEDGE.PossibleOutputFormat OWLXML
public static final AbstractEDGE.PossibleOutputFormat OWLFUNCTIONAL
public static AbstractEDGE.PossibleOutputFormat[] values()
for (AbstractEDGE.PossibleOutputFormat c : AbstractEDGE.PossibleOutputFormat.values()) System.out.println(c);
public static AbstractEDGE.PossibleOutputFormat 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 null
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann