|
|||||||||
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 | |
---|---|
BOT
|
|
BOT_OF_TOP
|
|
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're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, 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
Method Detail |
---|
public static final 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 namepublic 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 |