| Home >> All >> org >> apache >> xmlbeans >> samples >> [ enumeration Javadoc ] |
org.apache.xmlbeans.samples.enumeration: Javadoc index of package org.apache.xmlbeans.samples.enumeration.
Package Samples:
org.apache.xmlbeans.samples.enumeration
Classes:
SchemaEnum: This sample illustrates how you can access XML values that are defined in schema as enumerations. When a schema containing enumerations is compiled, the generated Java types represent the schema enumerations with Java enumerations. You can access these through their constants and corresponding int values. The schemas used by this sample are defined in PriceSummary.xsd and EasyPO.xsd.
SchemaEnumTest: A class to test the SchemaEnum sample.
| Home | Contact Us | Privacy Policy | Terms of Service |