| Type | Name and Description |
|---|---|
int |
countCount of arguments, to distinguish between several Java methods created from the same Groovy method with parameters having default values. |
java.lang.String |
idOptional ID for the element, used to disambiguate between several methods for example |
java.lang.String |
valueElement description |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Count of arguments, to distinguish between several Java methods created from the same Groovy method with parameters having default values. Defaults to -1, meaning that we do not want to check. @default 1
Optional ID for the element, used to disambiguate between several methods for example @default ""
Element description @default ""