public static enum JTMSBeliefSetImpl.MODE extends Enum<JTMSBeliefSetImpl.MODE>
Modifier and Type | Method and Description |
---|---|
String |
getId() |
static JTMSBeliefSetImpl.MODE |
resolve(Object id) |
String |
toExternalForm() |
String |
toString() |
static JTMSBeliefSetImpl.MODE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JTMSBeliefSetImpl.MODE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JTMSBeliefSetImpl.MODE POSITIVE
public static final JTMSBeliefSetImpl.MODE NEGATIVE
public static JTMSBeliefSetImpl.MODE[] values()
for (JTMSBeliefSetImpl.MODE c : JTMSBeliefSetImpl.MODE.values()) System.out.println(c);
public static JTMSBeliefSetImpl.MODE 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 String toExternalForm()
public String toString()
toString
in class Enum<JTMSBeliefSetImpl.MODE>
public String getId()
public static JTMSBeliefSetImpl.MODE resolve(Object id)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.