-m minute [-s seconds] -s 45 -m 20 20 for minute and 45 for seconds -m minute [-s seconds] can contain as many mandatory and optional expressions as required but optional
expressions cannot be nested
Any other bracket (curly braces or round brackets) must not be present in usage format expression
A variable with name same as specified in usage expression must be present in the data class, along with corresponding setter method
The data type of variable corresponding to name in usage expression must be either of below: boolean, byte, char, short, int, long, float, double)
Wrapper to primitive data type (Boolean, Byte, Character, Short, Integer, Long, Float, Double)
An array of any of the above types
An optional alias can be defined.String) and updates the data class
with available valuesCopyright © 2017. All rights reserved.