org.citygml4j.model.module.xal
Interface XALModule

All Superinterfaces:
Module
All Known Implementing Classes:
AbstractXALModule, XALCoreModule

public interface XALModule
extends Module


Method Summary
 XALModuleType getType()
           
 XALModuleVersion getVersion()
           
 
Methods inherited from interface org.citygml4j.model.module.Module
getDependencies, getNamespacePrefix, getNamespaceURI, getSchemaLocation, isDependentOn
 

Method Detail

getType

XALModuleType getType()
Specified by:
getType in interface Module

getVersion

XALModuleVersion getVersion()
Specified by:
getVersion in interface Module