Uses of Class
de.lessvoid.xml.lwxs.elements.OccursEnum

Packages that use OccursEnum
de.lessvoid.xml.lwxs.elements   
 

Uses of OccursEnum in de.lessvoid.xml.lwxs.elements
 

Methods in de.lessvoid.xml.lwxs.elements that return OccursEnum
static OccursEnum OccursEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OccursEnum[] OccursEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.lessvoid.xml.lwxs.elements with parameters of type OccursEnum
 void Type.addChildren(Schema schema, XmlProcessorType processor, String tagName, String tagType, OccursEnum occurs)
           
 

Constructors in de.lessvoid.xml.lwxs.elements with parameters of type OccursEnum
Element(String elementNameParam, String elementTypeParam, OccursEnum elementOccursParam)
           
XmlProcessorElement(XmlProcessorType elementProcessorParam, String elementNameParam, String elementTypeParam, OccursEnum elementOccursParam)
           
 



Copyright © 2012. All Rights Reserved.