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 ExtensionDefinitionpublic String getNamespace()
getNamespace in interface ExtensionDefinitionpublic boolean isSupported()
isSupported in interface ExtensionDefinitionpublic ExtensionDefinition copy()
copy in interface CopyAble<ExtensionDefinition>Copyright © 2012 OW2 Consortium. All Rights Reserved.