public abstract class SSEModule extends Object implements Module
| Modifier and Type | Field and Description |
|---|---|
static Set<org.jdom2.Namespace> |
NAMESPACES |
static String |
PREFIX |
static org.jdom2.Namespace |
SSE_NS |
static String |
SSE_SCHEMA_URI |
| Constructor and Description |
|---|
SSEModule() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
abstract void |
copyFrom(CopyFrom obj) |
Class<? extends Module> |
getInterface() |
String |
getUri() |
public static final String SSE_SCHEMA_URI
public static final String PREFIX
public static final org.jdom2.Namespace SSE_NS
public static final Set<org.jdom2.Namespace> NAMESPACES
public Class<? extends Module> getInterface()
getInterface in interface CopyFrompublic Object clone()
Copyright © 2021. All rights reserved.