Package | Description |
---|---|
org.citygml4j.model.module | |
org.citygml4j.model.module.xal |
Modifier and Type | Method and Description |
---|---|
Module |
ModuleContext.getModule(XALModuleType type) |
static java.util.List<XALModule> |
Modules.getXALModules(XALModuleType type) |
Modifier and Type | Method and Description |
---|---|
XALModuleType |
XALModule.getType() |
XALModuleType |
AbstractXALModule.getType() |
static XALModuleType |
XALModuleType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XALModuleType[] |
XALModuleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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) |