public enum BeliefSystemType extends Enum<BeliefSystemType>
Enum Constant and Description |
---|
DEFEASIBLE |
JTMS |
SIMPLE |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
static BeliefSystemType |
resolveBeliefSystemType(String id) |
String |
toExternalForm() |
String |
toString() |
static BeliefSystemType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BeliefSystemType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BeliefSystemType SIMPLE
public static final BeliefSystemType JTMS
public static final BeliefSystemType DEFEASIBLE
public static BeliefSystemType[] values()
for (BeliefSystemType c : BeliefSystemType.values()) System.out.println(c);
public static BeliefSystemType 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<BeliefSystemType>
public String getId()
public static BeliefSystemType resolveBeliefSystemType(String id)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.