public class JavaInterface extends Object implements JavaInterface
| Constructor and Description |
|---|
JavaInterface() |
JavaInterface(String name) |
JavaInterface(String name,
String impl) |
| Modifier and Type | Method and Description |
|---|---|
void |
addInterface(String interfaceName) |
void |
addMethod(JavaMethod method) |
String |
getFormalName() |
String |
getImpl() |
Iterator |
getInterfaces() |
List |
getInterfacesList() |
Iterator |
getMethods() |
List |
getMethodsList() |
String |
getName() |
String |
getRealName() |
boolean |
hasInterface(String interfaceName) |
boolean |
hasMethod(JavaMethod method) |
void |
setFormalName(String s) |
void |
setImpl(String s) |
void |
setInterfacesList(List l) |
void |
setMethodsList(List l) |
void |
setRealName(String s) |
public JavaInterface()
public JavaInterface(String name)
public String getName()
getName in interface JavaInterfacepublic String getFormalName()
public void setFormalName(String s)
public String getRealName()
public void setRealName(String s)
public String getImpl()
public void setImpl(String s)
public Iterator getMethods()
public boolean hasMethod(JavaMethod method)
public void addMethod(JavaMethod method)
public List getMethodsList()
public void setMethodsList(List l)
public boolean hasInterface(String interfaceName)
public void addInterface(String interfaceName)
public Iterator getInterfaces()
public List getInterfacesList()
public void setInterfacesList(List l)
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.