public enum PMMLIOAdapterMode extends Enum<PMMLIOAdapterMode>
Modifier and Type | Method and Description |
---|---|
static PMMLIOAdapterMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PMMLIOAdapterMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PMMLIOAdapterMode NONE
public static final PMMLIOAdapterMode TRAIT
public static final PMMLIOAdapterMode BEAN
public static PMMLIOAdapterMode[] values()
for (PMMLIOAdapterMode c : PMMLIOAdapterMode.values()) System.out.println(c);
public static PMMLIOAdapterMode 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 © 2001–2017 JBoss by Red Hat. All rights reserved.