Attributes' Summary |
Name |
provides access to the name of the type
|
Pattern |
specifies the pattern which strings conforming to this type comply to
|
WhiteSpaceTreatment |
specifies how strings of this data type are to be processed, with respect to
white spaces
|
IsBasic |
specifies whether the type is a basic type
|
TypeClass |
class of the type
|
Methods' Details |
validate
boolean |
validate( |
[in] string |
value ); |
- Description
- TODO
|
|
explainInvalid
string |
explainInvalid( |
[in] string |
value ); |
- Description
- TODO
|
|
Attributes' Details |
Name
string Name
- set raises (::com::sun::star::util::VetoException);
- Description
- provides access to the name of the type
|
|
Pattern
|
WhiteSpaceTreatment
|
IsBasic
[ readonly ] boolean IsBasic;
- Description
- specifies whether the type is a basic type
Basic types are built into the type system, and cannot be changed by the user.
|
|
TypeClass
[ readonly ] short TypeClass;
- Description
- class of the type
- See also
- DataTypeClass
|
|
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.