public abstract class ModuleDefinition extends java.lang.Object implements java.lang.Comparable<ModuleDefinition>
Modifier | Constructor and Description |
---|---|
protected |
ModuleDefinition() |
protected |
ModuleDefinition(java.lang.String name,
ModuleType type) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ModuleDefinition other)
Compares the module definitions using the name of the
ModuleDefinition |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getName() |
ModuleType |
getType() |
int |
hashCode() |
abstract boolean |
isComposed()
Determine if this a composed module
|
protected ModuleDefinition()
protected ModuleDefinition(java.lang.String name, ModuleType type)
public abstract boolean isComposed()
public java.lang.String getName()
public ModuleType getType()
public int compareTo(ModuleDefinition other)
ModuleDefinition
compareTo
in interface java.lang.Comparable<ModuleDefinition>
public final boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public final int hashCode()
hashCode
in class java.lang.Object