Methods' Details |
getBasicDataType
- Description
- retrieves the basic type for the given type class
- Throws
- com::sun::star::container::NoSuchElementException
if in the repository, there is no data type with the given class
- See also
- ::com::sun::star::xsd::DataTypeClass
|
|
cloneDataType
- Description
- creates a clone of the given data type, and inserts it into the repository
- Throws
- com::sun::star::container::NoSuchElementException
if the given name does not refer to a type in the repository
- Throws
- com::sun::star::container::ElementExistException
if the new name is already used in the repository
|
|
revokeDataType
- Description
- removes a data type given by name from the repository
- Throws
- com::sun::star::container::NoSuchElementException
if the given name does not refer to a type in the repository
- Throws
- com::sun::star::util::VetoException
if the specified data type is a built-in (basic) data type, and cannot
be removed
- See also
- ::com::sun::star::xsd::XDataType
|
|
getDataType
|
Copyright © 2011, 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.