Package org.citygml4j.model.module.xal
Class AbstractXALModule
- java.lang.Object
-
- org.citygml4j.model.module.AbstractModule
-
- org.citygml4j.model.module.xal.AbstractXALModule
-
- Direct Known Subclasses:
XALCoreModule
public abstract class AbstractXALModule extends AbstractModule implements XALModule
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.citygml4j.model.module.AbstractModule
namespacePrefix
-
-
Constructor Summary
Constructors Constructor Description AbstractXALModule(XALModuleType type, XALModuleVersion version, java.lang.String namespaceURI, java.lang.String namespacePrefix, java.lang.String schemaLocation, Module... dependencies)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XALModuleType
getType()
XALModuleVersion
getVersion()
-
Methods inherited from class org.citygml4j.model.module.AbstractModule
getDependencies, getFeatureClass, getFeatureName, getFeatures, getNamespacePrefix, getNamespaceURI, getSchemaLocation, hasFeature, hasFeatureProperty, isDependentOn, isTopLevelFeature
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.citygml4j.model.module.Module
getDependencies, getFeatureClass, getFeatureName, getFeatures, getNamespacePrefix, getNamespaceURI, getSchemaLocation, hasFeature, hasFeatureProperty, isDependentOn, isTopLevelFeature
-
-
-
-
Constructor Detail
-
AbstractXALModule
public AbstractXALModule(XALModuleType type, XALModuleVersion version, java.lang.String namespaceURI, java.lang.String namespacePrefix, java.lang.String schemaLocation, Module... dependencies)
-
-
Method Detail
-
getType
public XALModuleType getType()
-
getVersion
public XALModuleVersion getVersion()
- Specified by:
getVersion
in interfaceModule
- Specified by:
getVersion
in interfaceXALModule
- Overrides:
getVersion
in classAbstractModule
-
-