public class CompositeModuleDefinition extends ModuleDefinition
simple
or
themselves composed
.Modifier and Type | Method and Description |
---|---|
java.util.List<ModuleDefinition> |
getChildren()
Return information about the sub-modules that make up this composed module.
|
java.lang.String |
getDslDefinition()
Return the definition (in XD DSL) that was used to create the module).
|
boolean |
isComposed()
Determine if this a composed module
|
java.lang.String |
toString() |
public boolean isComposed()
ModuleDefinition
isComposed
in class ModuleDefinition
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getDslDefinition()
public java.util.List<ModuleDefinition> getChildren()