public class InterfaceImpl extends RootElementImpl implements Interface
Modifier and Type | Field and Description |
---|---|
protected static Attribute<String> |
implementationRefAttribute |
protected static Attribute<String> |
nameAttribute |
protected static ChildElementCollection<Operation> |
operationCollection |
documentationCollection, extensionElementsChild, idAttribute
modelInstance
Constructor and Description |
---|
InterfaceImpl(ModelTypeInstanceContext context) |
Modifier and Type | Method and Description |
---|---|
String |
getImplementationRef() |
String |
getName() |
Collection<Operation> |
getOperations() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setImplementationRef(String implementationRef) |
void |
setName(String name) |
getDiagramElement, getDocumentations, getExtensionElements, getId, getIncomingReferencesByType, setExtensionElements, setId
builder, getScope, isScope
addChildElement, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getDiagramElement, getDocumentations, getExtensionElements, getId, setExtensionElements, setId
builder, getScope, isScope
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
protected static ChildElementCollection<Operation> operationCollection
public InterfaceImpl(ModelTypeInstanceContext context)
public static void registerType(ModelBuilder modelBuilder)
public String getImplementationRef()
getImplementationRef
in interface Interface
public void setImplementationRef(String implementationRef)
setImplementationRef
in interface Interface
public Collection<Operation> getOperations()
getOperations
in interface Interface
Copyright © 2015. All rights reserved.