Package | Description |
---|---|
org.citygml4j.model.module.xal |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static XALCoreModule |
XALCoreModule.getInstance(XALModuleVersion version) |
Constructor and Description |
---|
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) |