Package org.eclipse.ease
Class ICodeFactory.Parameter
java.lang.Object
org.eclipse.ease.ICodeFactory.Parameter
- Enclosing interface:
- ICodeFactory
Parameter definition class. Holds data to describe a script parameter used in a function call.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?>
getClazz()
getName()
boolean
void
void
setDefault
(String defaultValue) void
void
setOptional
(boolean optional)
-
Constructor Details
-
Parameter
public Parameter()
-
-
Method Details
-
setClass
-
setName
-
setOptional
public void setOptional(boolean optional) -
setDefault
-
getName
-
getClazz
-
getDefaultValue
-
isOptional
public boolean isOptional()
-