Package com.smeup.kokos.sdk.annotations
Annotation Interface DocsDopedCopy.Param
- Enclosing class:
DocsDopedCopy
Annotation to describe a parameter for the doped copy.
-
Nested Class Summary
Nested Classes -
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionAllowed values for the parameter.Description of the parameter.Type of the parameter.
-
Element Details
-
name
String nameName of the parameter.- Returns:
- the parameter name
-
mandatory
boolean mandatoryIndicates if the parameter is mandatory.- Returns:
- true if mandatory, false otherwise
-
description
String descriptionDescription of the parameter.- Returns:
- the parameter description
- Default:
""
-
type
Type of the parameter.- Returns:
- the parameter type
- Default:
String
-
allowedValues
DocsDopedCopy.ParamValue[] allowedValuesAllowed values for the parameter.- Returns:
- array of allowed values
- Default:
{}
-