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()
ModuleDefinitionisComposed in class ModuleDefinitionpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getDslDefinition()
public java.util.List<ModuleDefinition> getChildren()