Package org.citygml4j.model.module.xal
Interface XALModule
-
- All Superinterfaces:
Module
,java.io.Serializable
- All Known Implementing Classes:
AbstractXALModule
,XALCoreModule
public interface XALModule extends Module
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XALModuleType
getType()
XALModuleVersion
getVersion()
-
Methods inherited from interface org.citygml4j.model.module.Module
getDependencies, getFeatureClass, getFeatureName, getFeatures, getNamespacePrefix, getNamespaceURI, getSchemaLocation, hasFeature, hasFeatureProperty, isDependentOn, isTopLevelFeature
-
-
-
-
Method Detail
-
getType
XALModuleType getType()
-
getVersion
XALModuleVersion getVersion()
- Specified by:
getVersion
in interfaceModule
-
-