public class FunctionSummaryImpl extends Object
Constructor and Description |
---|
FunctionSummaryImpl() |
FunctionSummaryImpl(String name,
String namespace,
String description,
IFunctionPrototypeSummary prototype,
IRequiredInclude[] includes)
Function information used in editor help
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
IRequiredInclude[] |
getIncludes() |
String |
getName() |
String |
getNamespace() |
IFunctionPrototypeSummary |
getPrototype() |
void |
setDescription(String description)
Set description of this function
|
void |
setIncludes(IRequiredInclude[] includes)
Set the list of required includes for this function
|
void |
setName(String name)
Set the name of this function
|
void |
setNamespace(String namespace)
Set namespace
|
void |
setPrototype(IFunctionPrototypeSummary prototype)
Set Function prototype summary information for this object
|
String |
toString() |
public FunctionSummaryImpl()
public FunctionSummaryImpl(String name, String namespace, String description, IFunctionPrototypeSummary prototype, IRequiredInclude[] includes)
name
- - used for the name of the html help file referenced by the F1 (dynamic help) function key. Other use too?
assumed.namespace
- description
- prototype
- includes
- public String getName()
public String getNamespace()
public String getDescription()
public IFunctionPrototypeSummary getPrototype()
public IRequiredInclude[] getIncludes()
public void setDescription(String description)
description
- public void setIncludes(IRequiredInclude[] includes)
includes
- public void setName(String name)
name
- public void setNamespace(String namespace)
namespace
- public void setPrototype(IFunctionPrototypeSummary prototype)
prototype
- Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.