public abstract class AbstractGMLModule extends AbstractModule implements GMLModule
Constructor and Description |
---|
AbstractGMLModule(GMLModuleType type,
GMLModuleVersion version,
java.lang.String namespaceURI,
java.lang.String namespacePrefix,
java.lang.String schemaLocation,
Module... dependencies) |
Modifier and Type | Method and Description |
---|---|
GMLModuleType |
getType() |
GMLModuleVersion |
getVersion() |
getDependencies, getFeatureClass, getFeatureName, getFeatures, getNamespacePrefix, getNamespaceURI, getSchemaLocation, hasFeature, hasFeatureProperty, isDependentOn, isTopLevelFeature
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDependencies, getFeatureClass, getFeatureName, getFeatures, getNamespacePrefix, getNamespaceURI, getSchemaLocation, hasFeature, hasFeatureProperty, isDependentOn, isTopLevelFeature
public AbstractGMLModule(GMLModuleType type, GMLModuleVersion version, java.lang.String namespaceURI, java.lang.String namespacePrefix, java.lang.String schemaLocation, Module... dependencies)
public GMLModuleType getType()
public GMLModuleVersion getVersion()
getVersion
in interface GMLModule
getVersion
in interface Module
getVersion
in class AbstractModule