public static class PortType.Function extends Object
protected String
body
protected List<String>
formalParameters
name
PortType.Function()
boolean
equals(Object obj)
String
getBody()
List<String>
getFormalParameters()
getName()
void
setBody(String body)
setFormalParameters(List<String> formalParameters)
setName(String name)
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected String name
protected List<String> formalParameters
protected String body
public PortType.Function()
public String getBody()
public void setBody(String body)
public List<String> getFormalParameters()
public void setFormalParameters(List<String> formalParameters)
public String getName()
public void setName(String name)
public boolean equals(Object obj)
equals
Object
Copyright © 2015. All Rights Reserved.