public interface StringTypeDeclaration extends Parameter
| Modifier and Type | Method and Description |
|---|---|
List<String> |
enumValues()
(Optional, applicable only for parameters of type string) The enum attribute provides an enumeration of the parameter's valid values.
|
Integer |
maxLength()
(Optional, applicable only for parameters of type string) The maxLength attribute specifies the parameter value's maximum number of characters.
|
Integer |
minLength()
(Optional, applicable only for parameters of type string) The minLength attribute specifies the parameter value's minimum number of characters.
|
String |
pattern()
(Optional, applicable only for parameters of type string) The pattern attribute is a regular expression that a parameter of type string MUST match.
|
defaultValue, displayName, example, location, name, repeat, required, typedescriptionString pattern()
List<String> enumValues()
Integer minLength()
Integer maxLength()
Copyright © 2016. All rights reserved.