|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<ModuleType>
uk.ac.manchester.cs.owl.modularity.ModuleType
public enum ModuleType
Enumeration for module types.
| Enum Constant Summary | |
|---|---|
BEST
|
|
BOT
|
|
BOT_OF_TOP
|
|
INTERSECTION
|
|
TOP
The types of modules with their names in bottom/top and upper/lower notation. |
|
TOP_OF_BOT
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
|
java.lang.String |
toString()
Returns the name and alternative name of the module type. |
static ModuleType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ModuleType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ModuleType TOP
public static final ModuleType BOT
public static final ModuleType BOT_OF_TOP
public static final ModuleType TOP_OF_BOT
public static final ModuleType INTERSECTION
public static final ModuleType BEST
| Method Detail |
|---|
public static ModuleType[] values()
for (ModuleType c : ModuleType.values()) System.out.println(c);
public static ModuleType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<ModuleType>public java.lang.String getName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||