The name of the argument or its identifier. If not specified the default value "" is used.
Since:
5.2.0
type
java.lang.String type()
Returns:
The type of the argument or its identifier. If not specified the default value "" is used.
BusinessEvents™ recognizes a limited set of primitive types and domain specific data types which are different
from Java types i.e. int ,long,double,DateTime,Concept,Event,Scorecard,Object are some of the accepted datatypes. To specifiy a
unknown data type , the opaque Object type should be used. If not specified the default value "" is used.
Since:
5.2.0
desc
java.lang.String desc()
Returns:
A brief description of the parameter/return value.If not specified the default value "" is used.