public class ExtensionDefinitionImpl extends Object implements ExtensionDefinition
Modifier and Type | Field and Description |
---|---|
protected boolean |
mustUnderstand
mustUnderstand attribute of the extension element.
|
protected String |
namespace
Namespace attribute of the extension element.
|
protected boolean |
supported
supported if the extension element is actually supported by Orchestra
|
Modifier | Constructor and Description |
---|---|
protected |
ExtensionDefinitionImpl() |
|
ExtensionDefinitionImpl(String namespace,
boolean mustUnderstand,
boolean isSupported) |
Modifier and Type | Method and Description |
---|---|
ExtensionDefinition |
copy() |
String |
getNamespace() |
boolean |
isMustUnderstand() |
boolean |
isSupported() |
protected String namespace
protected boolean mustUnderstand
protected boolean supported
protected ExtensionDefinitionImpl()
public ExtensionDefinitionImpl(String namespace, boolean mustUnderstand, boolean isSupported)
public boolean isMustUnderstand()
isMustUnderstand
in interface ExtensionDefinition
public String getNamespace()
getNamespace
in interface ExtensionDefinition
public boolean isSupported()
isSupported
in interface ExtensionDefinition
public ExtensionDefinition copy()
copy
in interface CopyAble<ExtensionDefinition>
Copyright © 2011 OW2 Consortium. All Rights Reserved.