Uses of Class
org.citygml4j.model.module.xal.XALModuleType

Packages that use XALModuleType
org.citygml4j.model.module   
org.citygml4j.model.module.xal   
 

Uses of XALModuleType in org.citygml4j.model.module
 

Methods in org.citygml4j.model.module with parameters of type XALModuleType
static java.util.List<XALModule> Modules.getXALModules(XALModuleType type)
           
 

Uses of XALModuleType in org.citygml4j.model.module.xal
 

Methods in org.citygml4j.model.module.xal that return XALModuleType
 XALModuleType XALModule.getType()
           
 XALModuleType AbstractXALModule.getType()
           
static XALModuleType XALModuleType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static XALModuleType[] XALModuleType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.citygml4j.model.module.xal with parameters of type XALModuleType
AbstractXALModule(XALModuleType type, XALModuleVersion version, java.lang.String namespaceURI, java.lang.String namespacePrefix, java.lang.String schemaLocation, Module... dependencies)
           
XALCoreModule(XALModuleType type, XALModuleVersion version, java.lang.String namespaceURI, java.lang.String namespacePrefix, java.lang.String schemaLocation, Module... dependencies)