Exported Interfaces - Summary |
XDataType |
provides access to common data type functionality
|
Properties' Summary |
[ maybevoid ] long
Length |
specifies the length of the string
|
[ maybevoid ] long
MinLength |
specifies the minimum length of the string
|
[ maybevoid ] long
MaxLength |
specifies the maximum length of the string
|
Exported Interfaces - Details |
XDataType
- Description
- provides access to common data type functionality
|
|
Properties' Details |
Length
[ maybevoid ] long Length;
- Description
- specifies the length of the string
Note that you cannot specify Length together
with MinLength or MaxLength.
|
|
MinLength
[ maybevoid ] long MinLength;
- Description
- specifies the minimum length of the string
Note that you cannot specify MinLength together
with Length.
|
|
MaxLength
[ maybevoid ] long MaxLength;
- Description
- specifies the maximum length of the string
Note that you cannot specify MaxLength together
with Length.
|
|
Top of Page
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.