Public Member Functions

org.exolab.castor.xml.schema.Unique Class Reference

Inheritance diagram for org.exolab.castor.xml.schema.Unique:
org.exolab.castor.xml.schema.IdentityConstraint org.exolab.castor.xml.schema.Annotated org.exolab.castor.xml.schema.Structure

List of all members.

Public Member Functions

 Unique (String name) throws SchemaException
short getStructureType ()

Detailed Description

A class that represents the XML Schema Identity Constraint: Unique.

Author:
Keith Visco
Version:
Revision:
1.1.1.1
Date:
2003/03/03 07:09:35

Constructor & Destructor Documentation

org.exolab.castor.xml.schema.Unique.Unique ( String  name  )  throws SchemaException

Creates a new Unique Identity-Constraint.

Parameters:
name,the name for the IdentityConstraint. Must not be null.

Member Function Documentation

short org.exolab.castor.xml.schema.Unique.getStructureType (  )  [virtual]

Returns the type of this Schema Structure

Returns:
the type of this Schema Structure

Implements org.exolab.castor.xml.schema.IdentityConstraint.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties