|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.apache.xerces.impl.dv.XSFacets
public class XSFacets
The class used to pass all facets to XSSimpleType.applyFacets(weblogic.apache.xerces.impl.dv.XSFacets, short, short, weblogic.apache.xerces.impl.dv.ValidationContext)
.
Field Summary | |
---|---|
Vector |
enumeration
Deprecated. Vector containing values of Enumeration facet, as String's. |
Vector |
enumNSDecls
Deprecated. An array parallel to "Vector enumeration". |
int |
fractionDigits
Deprecated. value of fractionDigits facet. |
int |
length
Deprecated. value of length facet. |
String |
maxExclusive
Deprecated. value of maxExclusive facet. |
String |
maxInclusive
Deprecated. value of maxInclusive facet. |
int |
maxLength
Deprecated. value of maxLength facet. |
String |
minExclusive
Deprecated. value of minExclusive facet. |
String |
minInclusive
Deprecated. value of minInclusive facet. |
int |
minLength
Deprecated. value of minLength facet. |
String |
pattern
Deprecated. string containing value of pattern facet, for multiple patterns values are ORed together. |
int |
totalDigits
Deprecated. value of totalDigits facet. |
short |
whiteSpace
Deprecated. value of whiteSpace facet. |
Constructor Summary | |
---|---|
XSFacets()
Deprecated. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int length
public int minLength
public int maxLength
public short whiteSpace
public int totalDigits
public int fractionDigits
public String pattern
public Vector enumeration
public Vector enumNSDecls
public String maxInclusive
public String maxExclusive
public String minInclusive
public String minExclusive
Constructor Detail |
---|
public XSFacets()
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs92 Copyright 2006 BEA Systems Inc. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |