Uses of Class
org.citygml4j.model.module.citygml.CityGMLModuleVersion

Packages that use CityGMLModuleVersion
org.citygml4j.model.module.citygml   
 

Uses of CityGMLModuleVersion in org.citygml4j.model.module.citygml
 

Methods in org.citygml4j.model.module.citygml that return CityGMLModuleVersion
 CityGMLModuleVersion CityGMLModule.getVersion()
           
 CityGMLModuleVersion AbstractCityGMLModule.getVersion()
           
static CityGMLModuleVersion CityGMLModuleVersion.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CityGMLModuleVersion[] CityGMLModuleVersion.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in org.citygml4j.model.module.citygml with parameters of type CityGMLModuleVersion
AbstractCityGMLModule(CityGMLModuleType type, CityGMLModuleVersion version, java.lang.String namespaceURI, java.lang.String namespacePrefix, java.lang.String schemaLocation, Module... dependencies)