org.objectweb.jac.ide
Class Parameter
java.lang.Object
org.objectweb.jac.ide.ModelElement
org.objectweb.jac.ide.TypedElement
org.objectweb.jac.ide.Parameter
- All Implemented Interfaces:
- Element, Typed
- public class Parameter
- extends TypedElement
Methods inherited from class org.objectweb.jac.ide.ModelElement |
addConfigItem, addEndingLink, addLink, getConfigItems, getDescription, getEndingLinks, getFullName, getGenerationFullName, getLinks, getName, remove, removeEndingLink, removeLink, setDescription, setEndingLinks, setLinks, setName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Parameter
public Parameter()
Parameter
public Parameter(String name,
Type type)
getMethod
public Method getMethod()
setMethod
public void setMethod(Method method)
getGenerationName
public String getGenerationName()
- Description copied from class:
ModelElement
- Gets name to use for code generation. Defaults to name.
- Specified by:
getGenerationName
in interface Element
- Overrides:
getGenerationName
in class ModelElement