Package jadex.bdi.runtime.impl
Class ParameterInfo
java.lang.Object
jadex.bdi.runtime.impl.ParameterInfo
Parameter info.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAdd a property.static ParameterInfo
Create a parameter info for a rparameter.getName()
Get the name.getProps()
getType()
Get the type.getValue()
Get the value.Set the name.Set the type.Set the value.
-
Field Details
-
name
The name. -
type
The type. -
value
The value as string. -
props
Other parameter properties.
-
-
Constructor Details
-
ParameterInfo
public ParameterInfo()
-
-
Method Details
-
getName
Get the name.- Returns:
- the name
-
setName
Set the name.- Parameters:
name
- the name to set
-
getType
Get the type.- Returns:
- the type
-
setType
Set the type.- Parameters:
type
- the type to set
-
getValue
Get the value.- Returns:
- the value
-
setValue
Set the value.- Parameters:
value
- the value to set
-
getProps
- Returns:
- the props
-
setProps
- Parameters:
props
- the props to set
-
addProp
Add a property. -
createParameterInfo
Create a parameter info for a rparameter.- Parameters:
p
- The parameter.- Returns:
- The parameter info.
-