Uses of Class
com.sun.xml.xsom.XSModelGroup.Compositor
-
-
Uses of XSModelGroup.Compositor in com.sun.xml.xsom
Fields in com.sun.xml.xsom declared as XSModelGroup.Compositor Modifier and Type Field Description static XSModelGroup.CompositorXSModelGroup. ALLA constant that represents "all" compositor.static XSModelGroup.CompositorXSModelGroup. CHOICEA constant that represents "choice" compositor.static XSModelGroup.CompositorXSModelGroup. SEQUENCEA constant that represents "sequence" compositor.Methods in com.sun.xml.xsom that return XSModelGroup.Compositor Modifier and Type Method Description XSModelGroup.CompositorXSModelGroup. getCompositor()static XSModelGroup.CompositorXSModelGroup.Compositor. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static XSModelGroup.Compositor[]XSModelGroup.Compositor. values()Returns an array containing the constants of this enum type, in the order they are declared.
-