| | |
| | | |
| | | |
| | | |
| | | import static org.opends.messages.UtilityMessages.ERR_ARG_CANNOT_DECODE_AS_INT; |
| | | import static org.opends.messages.UtilityMessages.ERR_INTARG_LOWER_BOUND_ABOVE_UPPER_BOUND; |
| | | import static org.opends.messages.UtilityMessages.ERR_INTARG_VALUE_ABOVE_UPPER_BOUND; |
| | | import static org.opends.messages.UtilityMessages.ERR_INTARG_VALUE_BELOW_LOWER_BOUND; |
| | | import static com.sun.opends.sdk.util.Messages.*; |
| | | |
| | | import org.opends.messages.Message; |
| | | import org.opends.messages.MessageBuilder; |
| | | import com.sun.opends.sdk.util.Message; |
| | | import com.sun.opends.sdk.util.MessageBuilder; |
| | | |
| | | |
| | | |
| | |
| | | |
| | | /** |
| | | * Creates a new integer argument with the provided information. |
| | | * |
| | | * |
| | | * @param name |
| | | * The generic name that should be used to refer to this |
| | | * argument. |
| | |
| | | |
| | | /** |
| | | * Creates a new integer argument with the provided information. |
| | | * |
| | | * |
| | | * @param name |
| | | * The generic name that should be used to refer to this |
| | | * argument. |
| | |
| | | |
| | | /** |
| | | * Creates a new integer argument with the provided information. |
| | | * |
| | | * |
| | | * @param name |
| | | * The generic name that should be used to refer to this |
| | | * argument. |
| | |
| | | |
| | | /** |
| | | * Creates a new integer argument with the provided information. |
| | | * |
| | | * |
| | | * @param name |
| | | * The generic name that should be used to refer to this |
| | | * argument. |
| | |
| | | |
| | | /** |
| | | * Creates a new integer argument with the provided information. |
| | | * |
| | | * |
| | | * @param name |
| | | * The generic name that should be used to refer to this |
| | | * argument. |
| | |
| | | |
| | | /** |
| | | * Creates a new integer argument with the provided information. |
| | | * |
| | | * |
| | | * @param name |
| | | * The generic name that should be used to refer to this |
| | | * argument. |
| | |
| | | /** |
| | | * Indicates whether a lower bound should be enforced for values of |
| | | * this argument. |
| | | * |
| | | * |
| | | * @return <CODE>true</CODE> if a lower bound should be enforced for |
| | | * values of this argument, or <CODE>false</CODE> if not. |
| | | */ |
| | |
| | | /** |
| | | * Retrieves the lower bound that may be enforced for values of this |
| | | * argument. |
| | | * |
| | | * |
| | | * @return The lower bound that may be enforced for values of this |
| | | * argument. |
| | | */ |
| | |
| | | /** |
| | | * Indicates whether a upper bound should be enforced for values of |
| | | * this argument. |
| | | * |
| | | * |
| | | * @return <CODE>true</CODE> if a upper bound should be enforced for |
| | | * values of this argument, or <CODE>false</CODE> if not. |
| | | */ |
| | |
| | | /** |
| | | * Retrieves the upper bound that may be enforced for values of this |
| | | * argument. |
| | | * |
| | | * |
| | | * @return The upper bound that may be enforced for values of this |
| | | * argument. |
| | | */ |
| | |
| | | /** |
| | | * Indicates whether the provided value is acceptable for use in this |
| | | * argument. |
| | | * |
| | | * |
| | | * @param valueString |
| | | * The value for which to make the determination. |
| | | * @param invalidReason |