org.citygml4j.model.module.xal
Class AbstractXALModule

java.lang.Object
  extended by org.citygml4j.model.module.AbstractModule
      extended by org.citygml4j.model.module.xal.AbstractXALModule
All Implemented Interfaces:
Module, XALModule
Direct Known Subclasses:
XALCoreModule

public abstract class AbstractXALModule
extends AbstractModule
implements XALModule


Constructor Summary
AbstractXALModule(XALModuleType type, XALModuleVersion version, java.lang.String namespaceURI, java.lang.String namespacePrefix, java.lang.String schemaLocation, Module... dependencies)
           
 
Method Summary
 XALModuleType getType()
           
 XALModuleVersion getVersion()
           
 
Methods inherited from class org.citygml4j.model.module.AbstractModule
getDependencies, getNamespacePrefix, getNamespaceURI, getSchemaLocation, isDependentOn
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.citygml4j.model.module.Module
getDependencies, getNamespacePrefix, getNamespaceURI, getSchemaLocation, isDependentOn
 

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()
Specified by:
getType in interface Module
Specified by:
getType in interface XALModule
Overrides:
getType in class AbstractModule

getVersion

public XALModuleVersion getVersion()
Specified by:
getVersion in interface Module
Specified by:
getVersion in interface XALModule
Overrides:
getVersion in class AbstractModule