public class Service extends ModelObject implements Service
| Constructor and Description |
|---|
Service() |
Service(QName name,
JavaInterface javaInterface) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ModelVisitor visitor) |
void |
addPort(Port port) |
JavaInterface |
getJavaInterface() |
JavaInterface |
getJavaIntf() |
QName |
getName() |
Port |
getPortByName(QName n) |
Iterator |
getPorts() |
List |
getPortsList() |
void |
setJavaInterface(JavaInterface i) |
void |
setName(QName n) |
void |
setPortsList(List m) |
getProperties, getPropertiesMap, getProperty, removeProperty, setPropertiesMap, setPropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPropertypublic Service()
public Service(QName name, JavaInterface javaInterface)
public void setName(QName n)
public void addPort(Port port)
public List getPortsList()
getPortsList in interface Servicepublic void setPortsList(List m)
public JavaInterface getJavaIntf()
getJavaIntf in interface Servicepublic JavaInterface getJavaInterface()
public void setJavaInterface(JavaInterface i)
public void accept(ModelVisitor visitor) throws Exception
accept in class ModelObjectExceptionCopyright © 2017–2019 Eclipse Foundation. All rights reserved.