|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.idoox.xml.schema.Facet
org.idoox.xml.schema.Facet.FixableFacet
org.idoox.xml.schema.Facet.MaxExclusive
This class represents the maxExclusive XML Schema facet.
Nested Class Summary |
Nested classes inherited from class org.idoox.xml.schema.Facet |
Facet.Enumeration, Facet.FacetEnum, Facet.FixableFacet, Facet.FractionDigits, Facet.Length, Facet.MaxExclusive, Facet.MaxInclusive, Facet.MaxLength, Facet.MinExclusive, Facet.MinInclusive, Facet.MinLength, Facet.Pattern, Facet.TotalDigits, Facet.WhiteSpace |
Field Summary | |
static java.lang.String |
NAME
Local name of this facet as it is printed and recognized in xml stream. |
Fields inherited from class org.idoox.xml.schema.Facet.FixableFacet |
fixed |
Fields inherited from class org.idoox.xml.schema.Facet |
name, value |
Constructor Summary | |
Facet.MaxExclusive(java.lang.String value,
boolean fixed)
Creates a new maxExclusive facet representation. |
Methods inherited from class org.idoox.xml.schema.Facet.FixableFacet |
isFixed, toString, writeInnerXMLContent, writeInnerXMLContent2 |
Methods inherited from class org.idoox.xml.schema.Facet |
equals, getName, getValue, hashCode, writeAsXML |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String NAME
Constructor Detail |
public Facet.MaxExclusive(java.lang.String value, boolean fixed) throws SchemaException
value
- lexical value of the facetfixed
- value of attribute fixed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |