|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcsheets.core.formula.FunctionParameter
public class FunctionParameter
A parameter of a function, i.e. the definition of a valid argument.
| Constructor Summary | |
|---|---|
FunctionParameter(Value.Type valueType,
String name,
boolean optional,
String description)
Creates a new function parameter. |
|
| Method Summary | |
|---|---|
String |
getDescription()
Returns the description of the argument. |
String |
getName()
Returns the name of the argument. |
Value.Type |
getValueType()
Returns the value type of the argument. |
boolean |
isOptional()
Returns whether the parameter is optional. |
String |
toString()
Returns a string representation of the parameter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FunctionParameter(Value.Type valueType,
String name,
boolean optional,
String description)
name - the name of the argumentoptional - whether the parameter is optionaldescription - the description of the argument| Method Detail |
|---|
public Value.Type getValueType()
public String getName()
public boolean isOptional()
public String getDescription()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||