|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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're 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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |