Exported Interfaces |
XDataType |
- Description
- 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
|
Properties' Details |
Length
[ maybevoid ] long Length;
- Description
- specifies the length of the string
Note that you cannot specifiy Length together
with MinLength or MaxLength .
|
|
MinLength
[ maybevoid ] long MinLength;
- Description
- specifies the minimum length of the string
Note that you cannot specifiy MinLength together
with Length .
|
|
MaxLength
[ maybevoid ] long MaxLength;
- Description
- specifies the maximum length of the string
Note that you cannot specifiy MaxLength together
with Length .
|
|
Top of Page
Copyright © 2003 Sun Microsystems, Inc.