public class Interface extends BaseElement
Modifier and Type | Field and Description |
---|---|
protected String |
implementationRef |
protected String |
name |
protected List<Operation> |
operations |
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber
Constructor and Description |
---|
Interface() |
Modifier and Type | Method and Description |
---|---|
Interface |
clone() |
String |
getImplementationRef() |
String |
getName() |
List<Operation> |
getOperations() |
void |
setImplementationRef(String implementationRef) |
void |
setName(String name) |
void |
setOperations(List<Operation> operations) |
void |
setValues(Interface otherElement) |
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
public String getName()
public void setName(String name)
public String getImplementationRef()
public void setImplementationRef(String implementationRef)
public Interface clone()
clone
in class BaseElement
public void setValues(Interface otherElement)
Copyright © 2016 Alfresco. All rights reserved.