Uses of Enum
com.sun.tools.xjc.model.CElementPropertyInfo.CollectionMode
Packages that use CElementPropertyInfo.CollectionMode
Package
Description
Implementation of the
com.sun.xml.bind.v2.model.core
package for XJC.Front-end that reads schema(s) and produce BGM.
-
Uses of CElementPropertyInfo.CollectionMode in com.sun.tools.xjc.model
Methods in com.sun.tools.xjc.model that return CElementPropertyInfo.CollectionModeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static CElementPropertyInfo.CollectionMode[]
CElementPropertyInfo.CollectionMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.sun.tools.xjc.model with parameters of type CElementPropertyInfo.CollectionModeModifierConstructorDescriptionCElementPropertyInfo
(String name, CElementPropertyInfo.CollectionMode collection, ID id, MimeType expectedMimeType, XSComponent source, CCustomizations customizations, Locator locator, boolean required) -
Uses of CElementPropertyInfo.CollectionMode in com.sun.tools.xjc.reader
Methods in com.sun.tools.xjc.reader that return CElementPropertyInfo.CollectionMode