Annotation Interface Length
指定された範囲内の文字列長であることを表すアノテーション。
 
入力値がnull又は空文字の場合は、validと判定する。 文字列長の計算はサロゲートペアを考慮して行われる。
入力値がnull又は空文字の場合は、validと判定する。 文字列長の計算はサロゲートペアを考慮して行われる。
- 
Required Element SummaryRequired Elements
- 
Optional Element SummaryOptional Elements
- 
Element Details- 
maxint max文字列の最大長
 
- 
- 
- 
minint min文字列の最小長- Default:
- 0
 
- 
messageIdString messageId文字列が指定範囲になかった場合のメッセージID。
 指定しなかった場合、デフォルトが使用される。- Default:
- ""
 
 
-