Public Member Functions | Protected Member Functions

org.exolab.castor.builder.types.XSPatternBase Class Reference

Inheritance diagram for org.exolab.castor.builder.types.XSPatternBase:
org.exolab.castor.builder.types.XSType org.exolab.castor.builder.types.XSByte org.exolab.castor.builder.types.XSDouble org.exolab.castor.builder.types.XSFloat org.exolab.castor.builder.types.XSInt org.exolab.castor.builder.types.XSInteger org.exolab.castor.builder.types.XSLong org.exolab.castor.builder.types.XSNormalizedString org.exolab.castor.builder.types.XSQName org.exolab.castor.builder.types.XSShort org.exolab.castor.builder.types.XSString

List of all members.

Public Member Functions

 XSPatternBase (short type, String pattern)
String getPattern ()
void setPattern (String pattern)

Protected Member Functions

 XSPatternBase (short type)

Detailed Description

A base class for types which support the pattern facet

Author:
Keith Visco
Version:
Revision:
1.3
Date:
2004/02/21 08:10:30

Constructor & Destructor Documentation

org.exolab.castor.builder.types.XSPatternBase.XSPatternBase ( short  type  )  [protected]

Creates a new XSPatternBase

Parameters:
type that this XSType represents
org.exolab.castor.builder.types.XSPatternBase.XSPatternBase ( short  type,
String  pattern 
)

Creates a new XSPatternBase with the given regular expression and type.

Parameters:
type that this XSType represents
pattern the regular expression

Member Function Documentation


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