Uses of Class
org.citygml4j.model.module.gml.GMLModuleVersion

Packages that use GMLModuleVersion
org.citygml4j.model.module.gml   
 

Uses of GMLModuleVersion in org.citygml4j.model.module.gml
 

Methods in org.citygml4j.model.module.gml that return GMLModuleVersion
 GMLModuleVersion GMLModule.getVersion()
           
 GMLModuleVersion AbstractGMLModule.getVersion()
           
static GMLModuleVersion GMLModuleVersion.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GMLModuleVersion[] GMLModuleVersion.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.citygml4j.model.module.gml with parameters of type GMLModuleVersion
AbstractGMLModule(GMLModuleType type, GMLModuleVersion version, java.lang.String namespaceURI, java.lang.String namespacePrefix, java.lang.String schemaLocation, Module... dependencies)
           
GMLCoreModule(GMLModuleType type, GMLModuleVersion version, java.lang.String namespaceURI, java.lang.String namespacePrefix, java.lang.String schemaLocation, Module... dependencies)
           
XLinkModule(GMLModuleType type, GMLModuleVersion version, java.lang.String namespaceURI, java.lang.String namespacePrefix, java.lang.String schemaLocation, Module... dependencies)