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

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

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

Methods in org.citygml4j.model.module.xal that return XALModuleVersion
 XALModuleVersion XALModule.getVersion()
           
 XALModuleVersion AbstractXALModule.getVersion()
           
static XALModuleVersion XALModuleVersion.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static XALModuleVersion[] XALModuleVersion.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 XALModuleVersion
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)